]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .gitignore
change gitignore, last time, I promised
[github/wallabag/wallabag.git] / .gitignore
index a725465aee245635a2bd129af54858ed32c84cb8..0beb08c14e5efd7fe166be37c1b275d43bc42e39 100644 (file)
@@ -1 +1,24 @@
-vendor/
\ No newline at end of file
+/app/SymfonyRequirements.php
+/app/bootstrap.php.cache
+/app/check.php
+/app/cache/*
+/app/config/parameters.yml
+/app/logs/*
+!app/cache/.gitkeep
+!app/logs/.gitkeep
+.idea
+.DS_Store
+.vagrant
+/vendor/
+
+/bin/
+!bin/install
+!bin/test
+!bin/symfony
+
+data/assets/*
+data/db/poche.sqlite
+
+/web/.htaccess
+
+!.gitignore
\ No newline at end of file