Git: update global gitignore.
This commit is contained in:
parent
890df71da5
commit
ab99aec845
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user