From 793763681d2ab3b1627c4e0e6c907e884038b2dc Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Mon, 5 Oct 2015 20:15:32 -0400 Subject: Update .gitignore --- .gitignore | 43 ++----------------------------------------- 1 file changed, 2 insertions(+), 41 deletions(-) diff --git a/.gitignore b/.gitignore index 605b3785..1e84105e 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 -- cgit v1.2.3