Add vim .swo files and .mypy_cache to .gitignore
This commit is contained in:
parent
81af1b6444
commit
a6f6078814
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -85,7 +85,10 @@ logs
|
||||||
.idea/mongoSettings.xml
|
.idea/mongoSettings.xml
|
||||||
|
|
||||||
# VIM temp files
|
# VIM temp files
|
||||||
*.swp
|
*.sw[op]
|
||||||
|
|
||||||
|
# mypy
|
||||||
|
.mypy_cache
|
||||||
|
|
||||||
## File-based project format:
|
## File-based project format:
|
||||||
*.iws
|
*.iws
|
||||||
|
|
Loading…
Reference in New Issue
Block a user