You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
388 B
30 lines
388 B
|
|
# Created by https://www.gitignore.io/api/vim
|
|
# Edit at https://www.gitignore.io/?templates=vim
|
|
|
|
### Vim ###
|
|
# Swap
|
|
[._]*.s[a-v][a-z]
|
|
[._]*.sw[a-p]
|
|
[._]s[a-rt-v][a-z]
|
|
[._]ss[a-gi-z]
|
|
[._]sw[a-p]
|
|
|
|
# Session
|
|
Session.vim
|
|
Sessionx.vim
|
|
|
|
# Temporary
|
|
.netrwhist
|
|
*~
|
|
# Auto-generated tag files
|
|
tags
|
|
# Persistent undo
|
|
[._]*.un~
|
|
|
|
# End of https://www.gitignore.io/api/vim
|
|
|
|
*.xpi
|
|
*.zip
|
|
|
|
node_modules/ |