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