summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2023-12-05 11:04:09 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2023-12-05 11:04:09 -0500
commitd7618d0ab53dee4dfd46c2b05237a353bca89dce (patch)
treec8bf20fabc80de7d73a683bba655d37be5b5944e
parent7c8ac8520fce0d4230acfd6c1f025896b1a40d83 (diff)
Update gitignore
-rw-r--r--.gitignore60
1 files changed, 59 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 2eefea1..375f568 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,64 @@
+# My CV is maintained in a separate repository
+./static/misc/chaussebenjamin-en.pdf
+./static/misc/chaussebenjamin.pdf
+
+# Photos are heavy and maintained differently
./assets/images/gallery
-public/
*.jpg
*.png
*.webp
+
+### Hugo ###
+# Generated files by hugo
+/public/
+/resources/_gen/
+/assets/jsconfig.json
+hugo_stats.json
+
+# Executable may be added to repository
+hugo.exe
+hugo.darwin
+hugo.linux
+
+# Temporary lock file while building
+/.hugo_build.lock
+
+### Tags ###
+# Ignore tags created by etags, ctags, gtags (GNU global) and cscope
+TAGS
+.TAGS
+!TAGS/
tags
+.tags
+!tags/
+gtags.files
+GTAGS
+GRTAGS
+GPATH
+GSYMS
+cscope.files
+cscope.out
+cscope.in.out
+cscope.po.out
+
+
+### Vim ###
+# Swap
+[._]*.s[a-v][a-z]
+!*.svg # comment out if you don't need vector files
+[._]*.sw[a-p]
+[._]s[a-rt-v][a-z]
+[._]ss[a-gi-z]
+[._]sw[a-p]
+
+# Session
+Session.vim
+Sessionx.vim
+
+# Temporary
+.netrwhist
+*~
+# Auto-generated tag files
+# Persistent undo
+[._]*.un~
+