1
0
Fork 0

Ignore /var in output

This will serve as storage for other stuff, so we can serve something
else than the blog.

There cannot be a .gitignore in output/, since that directory gets
re-generated as a whole. (I could probably convince Pelican to always
put it there, but that seems more fragile than to hardcode it in repo
root.)
pub/python-goto
LEdoian 2 years ago
parent 6592d4fbad
commit f451474262

2
.gitignore vendored

@ -2,3 +2,5 @@ __pycache__/
env/ env/
.* .*
!.gitignore !.gitignore
/output/var

Loading…
Cancel
Save