Update Node.gitignore for Vim
Vim can create *.swp binary files that should be temporary. They should be pruned preferably.
This commit is contained in:
parent
8779ee73af
commit
813b1a06a4
@ -128,3 +128,6 @@ dist
|
||||
.yarn/build-state.yml
|
||||
.yarn/install-state.gz
|
||||
.pnp.*
|
||||
|
||||
# Vim files added unintentionally
|
||||
*.swp
|
||||
|
Loading…
x
Reference in New Issue
Block a user