Merge global gitignore
This commit is contained in:
parent
37f0724d6a
commit
326a19954b
1 changed files with 4 additions and 3 deletions
|
|
@ -2,10 +2,11 @@
|
|||
*~
|
||||
*.swp
|
||||
|
||||
__pycache__
|
||||
venv
|
||||
.mypy_cache/
|
||||
__pycache__/
|
||||
venv/
|
||||
|
||||
node_modules
|
||||
node_modules/
|
||||
package-lock.json
|
||||
|
||||
.ignore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue