Browse Source

Update gitignore

pull/6/head
t123yh 7 years ago
parent
commit
54a3c376e3
  1. 22
      .gitignore

22
.gitignore vendored

@ -41,3 +41,25 @@ jspm_packages
# Optional REPL history
.node_repl_history
# Upload directory
/uploads/
# Created by https://www.gitignore.io/api/vim
### Vim ###
# swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]sw[a-p]
# session
Session.vim
# temporary
.netrwhist
*~
# auto-generated tag files
tags
# End of https://www.gitignore.io/api/vim
Loading…
Cancel
Save