diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2024-07-13 18:04:05 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2024-07-13 18:11:42 -0400 |
| commit | 81c4d517735983a5afd6e9dc800257c761598527 (patch) | |
| tree | 6b924707914d385126e6d330d2c628fd26f23a27 /.gitignore | |
| parent | 7f37518e4792f040a753a5d8d68d51e76cc0b2be (diff) | |
The `org' directory is no longer necessary
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 17 |
1 files changed, 5 insertions, 12 deletions
@@ -1,13 +1,6 @@ -.stfolder +.bin-commit-counts.sexp +.org-mode-reader-cache/ +.venv/ +pages/*.html publish.sh - -!/haunt/images/favicon.png - -/haunt/pages/*.html -/haunt/repositories/ -/haunt/site/ -/haunt/.venv/ - -/haunt-old/ - -/haunt/.bin-commit-counts.sexp +site/ |