]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .gitignore
symfony is there
[github/wallabag/wallabag.git] / .gitignore
index 5e992c2ec87d16f8fa2c68791a82ce51a0199f70..bb776458802d84f78d67ae1b3fcce6b8d454d975 100644 (file)
@@ -1,5 +1,22 @@
-vendor
-composer.phar
-db/poche.sqlite
-output
-phpdoc*
\ 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