Add vim .swo files and .mypy_cache to .gitignore

pull/366/head
Jason Carver 2019-06-03 12:22:46 -07:00 committed by GitHub
parent 81af1b6444
commit a6f6078814
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

5
.gitignore vendored
View File

@ -85,7 +85,10 @@ logs
.idea/mongoSettings.xml
# VIM temp files
*.swp
*.sw[op]
# mypy
.mypy_cache
## File-based project format:
*.iws