update .gitignore

This commit is contained in:
Jesús 2020-07-25 21:33:47 -05:00
parent 7f962709d3
commit 2c8e4e5616
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
2 changed files with 3 additions and 4 deletions

3
.gitignore vendored
View File

@ -22,5 +22,8 @@ ENV/
env.bak/
venv.bak/
# Comments
content/comments/
# Node.js
node_modules/

View File

@ -1,4 +0,0 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore