all: add the vim temporary files partten to git ignore file

This commit is contained in:
liangdzou 2018-09-04 18:40:59 +08:00
parent 6a33954731
commit b4d2e73f29

4
.gitignore vendored
View file

@ -37,6 +37,10 @@ profile.cov
# VS Code
.vscode
# vim swap files
.*.sw?
.sw?
# dashboard
/dashboard/assets/flow-typed
/dashboard/assets/node_modules