ignore all *.sw* files for jpm and git
This commit is contained in:
parent
31ac365e6d
commit
abd2b73fca
2 changed files with 2 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -3,8 +3,7 @@ package-lock.json
|
|||
node_modules
|
||||
README.html
|
||||
*.xpi
|
||||
*.swp
|
||||
*.swo
|
||||
*.sw*
|
||||
.vimrc
|
||||
.env
|
||||
addon.env
|
||||
|
|
|
@ -19,3 +19,4 @@ bin/
|
|||
.vimrc
|
||||
.DS_Store
|
||||
.gdb_history
|
||||
*.sw*
|
||||
|
|
Loading…
Add table
Reference in a new issue