Skip to content

Commit

Permalink
gitignore: add toptal vim template
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanvir1337x committed Sep 10, 2024
1 parent 7f11cab commit 013259b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,30 @@ flycheck_*.el

# End of https://www.toptal.com/developers/gitignore/api/emacs


# Created by https://www.toptal.com/developers/gitignore/api/vim
# Edit at https://www.toptal.com/developers/gitignore?templates=vim

### Vim ###
# Swap
[._]*.s[a-v][a-z]
!*.svg # comment out if you don't need vector files
[._]*.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.toptal.com/developers/gitignore/api/vim

0 comments on commit 013259b

Please sign in to comment.