mirror of
https://github.com/Clortox/SimpleFileRepository.git
synced 2025-01-09 18:37:59 +00:00
20 lines
328 B
Plaintext
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
|