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
|
*.swp
|
||||||
|
|
||||||
__pycache__
|
.mypy_cache/
|
||||||
venv
|
__pycache__/
|
||||||
|
venv/
|
||||||
|
|
||||||
node_modules
|
node_modules/
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
|
||||||
.ignore
|
.ignore
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue