adding things to gitignore that should not be in the repo

This commit is contained in:
Blair Vanderlugt 2021-09-17 10:17:10 +03:00
parent 4f24a142ee
commit 8afdcabe6b
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -1,4 +1,6 @@
pelican pelican
__pycache__ __pycache__
*.pyc *.pyc
*.o *.o
output/
node_modules/