]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .gitignore
change gitignore
[github/wallabag/wallabag.git] / .gitignore
index 0bd838dc6e2810390b3c7a8eb036f4359ea0ea07..db9ed4488a8eff1a28a75a1f0b5872ef9d151e92 100644 (file)
@@ -1,6 +1,22 @@
-vendor
-composer.phar
-db/poche.sqlite
-output
-phpdoc*
-inc/config/myconfig.inc.php
+/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