]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .gitignore
change gitignore
[github/wallabag/wallabag.git] / .gitignore
index a725465aee245635a2bd129af54858ed32c84cb8..db9ed4488a8eff1a28a75a1f0b5872ef9d151e92 100644 (file)
@@ -1 +1,22 @@
-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/
+app/db/poche.sqlite
+
+/bin/
+!bin/install
+!bin/test
+!bin/symfony
+
+/data/*
+
+/web/.htaccess
\ No newline at end of file