diff options
-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 |