]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .gitignore
change gitignore
[github/wallabag/wallabag.git] / .gitignore
index c3377147c34cf0f520ad97b634cd5121ffc2f922..db9ed4488a8eff1a28a75a1f0b5872ef9d151e92 100644 (file)
@@ -1,8 +1,22 @@
-assets/*
-cache/*
-vendor
-composer.phar
-db/poche.sqlite
-inc/poche/config.inc.php
-inc/3rdparty/htmlpurifier/HTMLPurifier/DefinitionCache/Serializer/
-.idea/*
\ 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