mirror of
https://github.com/github/gitignore.git
synced 2025-02-21 05:34:53 +08:00
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/build-state.yml
|
||||||
.yarn/install-state.gz
|
.yarn/install-state.gz
|
||||||
.pnp.*
|
.pnp.*
|
||||||
|
|
||||||
|
# Vim files added unintentionally
|
||||||
|
*.swp
|
||||||
|
Loading…
Reference in New Issue
Block a user