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

2
.gitignore vendored
View File

@ -2,3 +2,5 @@ pelican
__pycache__
*.pyc
*.o
output/
node_modules/