Git: update global gitignore.

This commit is contained in:
Artem Sapegin 2012-11-06 21:06:09 +04:00
parent 890df71da5
commit ab99aec845
1 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,6 @@
# Compiled Python files
# Python stuff
*.pyc
VENV
# Folder view configuration files
.DS_Store
@ -14,4 +15,7 @@ Thumbs.db
.Trashes
# Installed NPM modules
node_modules
node_modules
# IDEs stuff
.idea