Ignore local Jekyl _site

This commit is contained in:
peterdesmet 2020-08-20 14:31:33 +02:00
parent 1026811e97
commit 2fdeaa9829
1 changed files with 6 additions and 1 deletions

7
.gitignore vendored
View File

@ -1,7 +1,12 @@
.idea .idea
# Mac OS X
.DS_Store .DS_Store
# Python
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
.ipynb_checkpoints .ipynb_checkpoints
# Jekyll
docs/_site/*