SimpleFileRepository/.gitignore
2021-02-08 15:30:02 -05:00

23 lines
367 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
#dont track config.php
var/config.php
#I use vim, therefore ignore temp files and swap files
*~
*.swp
*.swo