SimpleFileRepository/.gitignore
2021-01-04 15:41:44 -05:00

20 lines
328 B
Plaintext

############
# Git Ignore
#Linux trash folder which can appear anywhere
.Trash-*
# .nfs files are created when file is removed but still being accessed
.nfs*
#dont add anyof the symlinks in dir to tracking
dir/*
#but still keep the folder
!dir/.gitkeep
#I use vim, therefore ignore temp files and swap files
*~
*.swp
*.swo