ignore all *.sw* files for jpm and git

This commit is contained in:
groovecoder 2017-11-17 09:59:29 -06:00
parent 31ac365e6d
commit abd2b73fca
2 changed files with 2 additions and 2 deletions

3
.gitignore vendored
View file

@ -3,8 +3,7 @@ package-lock.json
node_modules
README.html
*.xpi
*.swp
*.swo
*.sw*
.vimrc
.env
addon.env

View file

@ -19,3 +19,4 @@ bin/
.vimrc
.DS_Store
.gdb_history
*.sw*