diff --git a/.gitignore b/.gitignore index 605b37856..1e84105e3 100644 --- a/.gitignore +++ b/.gitignore @@ -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