mirror of
https://github.com/Clortox/SimpleFileRepository.git
synced 2025-01-09 18:37:59 +00:00
Update gitignore for vim temp files
This commit is contained in:
parent
b00bb24b90
commit
38ad2a830a
5
.gitignore
vendored
5
.gitignore
vendored
@ -12,3 +12,8 @@ dir/*
|
|||||||
|
|
||||||
#but still keep the folder
|
#but still keep the folder
|
||||||
!dir/.gitkeep
|
!dir/.gitkeep
|
||||||
|
|
||||||
|
#I use vim, therefore ignore temp files and swap files
|
||||||
|
*~
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
Loading…
Reference in New Issue
Block a user