]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .gitignore
change gitignore
[github/wallabag/wallabag.git] / .gitignore
index 94f83ba4b10afe0917e0340d63c7ca514a0bfc9c..85a3fab83bd15f30deef90ed6b2e7ceb484e4e86 100644 (file)
@@ -1,9 +1,23 @@
+/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/assets/*
+data/db/poche.sqlite
+
+/web/.htaccess
\ No newline at end of file