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:
dantedinopegassi 2024-06-26 21:38:43 +09:30 committed by GitHub
parent 8779ee73af
commit 813b1a06a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,3 +128,6 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
# Vim files added unintentionally
*.swp