Git: update global gitignore.
This commit is contained in:
parent
890df71da5
commit
ab99aec845
@ -1,5 +1,6 @@
|
|||||||
# Compiled Python files
|
# Python stuff
|
||||||
*.pyc
|
*.pyc
|
||||||
|
VENV
|
||||||
|
|
||||||
# Folder view configuration files
|
# Folder view configuration files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
@ -15,3 +16,6 @@ Thumbs.db
|
|||||||
|
|
||||||
# Installed NPM modules
|
# Installed NPM modules
|
||||||
node_modules
|
node_modules
|
||||||
|
|
||||||
|
# IDEs stuff
|
||||||
|
.idea
|
||||||
|
Loading…
Reference in New Issue
Block a user