summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-10-05 20:15:32 -0400
committerFrederic Guillot <fred@kanboard.net>2015-10-05 20:15:32 -0400
commit793763681d2ab3b1627c4e0e6c907e884038b2dc (patch)
treed3e963eba05638d32e804590262031436e907c8a
parentd85741a3a13c558942d655d0b161e2d642a70d6c (diff)
Update .gitignore
-rw-r--r--.gitignore43
1 files 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