diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-10-05 20:15:32 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-10-05 20:15:32 -0400 |
commit | 793763681d2ab3b1627c4e0e6c907e884038b2dc (patch) | |
tree | d3e963eba05638d32e804590262031436e907c8a | |
parent | d85741a3a13c558942d655d0b161e2d642a70d6c (diff) |
Update .gitignore
-rw-r--r-- | .gitignore | 43 |
1 files changed, 2 insertions, 41 deletions
@@ -1,43 +1,9 @@ -# Compiled source # -################### -*.com -*.class -*.dll -*.exe -*.o -*.so -*.pyc - -# Packages # -############ -# it's better to unpack these files and commit the raw source -# git has its own built in compression methods -*.7z -*.dmg -*.gz -*.iso -*.jar -*.rar -*.tar -*.zip -*.phar - -# Logs and databases # -###################### -*.log -*.sql *.sqlite *.sqlite-journal - -# IDE generated files # -###################### .buildpath .project /.settings/ .idea - -# OS generated files # -###################### .DS_Store ehthumbs.db Icon? @@ -46,14 +12,9 @@ Thumbs.db .*.swp *~ *.out - -# Vagrant # -########### +*.log .vagrant - -# App specific # -################ config.php data/files data/cache -/vendor +/vendor
\ No newline at end of file |