/ .gitignore
.gitignore
1 *.tar.gz 2 target/ 3 4 # Created by https://www.gitignore.io/api/vim 5 # Edit at https://www.gitignore.io/?templates=vim 6 7 ### Vim ### 8 # Swap 9 [._]*.s[a-v][a-z] 10 [._]*.sw[a-p] 11 [._]s[a-rt-v][a-z] 12 [._]ss[a-gi-z] 13 [._]sw[a-p] 14 15 # Session 16 Session.vim 17 Sessionx.vim 18 19 # Temporary 20 .netrwhist 21 *~ 22 # Auto-generated tag files 23 tags 24 # Persistent undo 25 [._]*.un~ 26 27 # End of https://www.gitignore.io/api/vim