diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-12-09 22:03:58 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-12-09 22:03:58 -0500 |
commit | c6b906ae637c2e5f90091a06cbbb47b861b49d75 (patch) | |
tree | 585e4c0683ca3e351056c77b824e012ebcd87c42 /.gitignore | |
parent | e49ff88ad081c8dde3761baae0c445c00af6a8e3 (diff) |
Fix gititnore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # My CV is maintained in a separate repository -./static/misc/chaussebenjamin-en.pdf -./static/misc/chaussebenjamin.pdf +static/misc/chaussebenjamin-en.pdf +static/misc/chaussebenjamin.pdf # Photos are heavy and maintained differently ./assets/images/gallery |