X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=bb776458802d84f78d67ae1b3fcce6b8d454d975;hb=93fd4692f6eb753cae16358131c8049d84cfbb41;hp=aec2e3ef5bb3f144d0b6864493901c7675c1e665;hpb=8e68391a57ba7055823a25726641d176041e1af9;p=github%2Fwallabag%2Fwallabag.git diff --git a/.gitignore b/.gitignore index aec2e3ef..bb776458 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,22 @@ -assets/* -cache/* -vendor -composer.phar -db/poche.sqlite -inc/poche/config.inc.php -inc/3rdparty/htmlpurifier/HTMLPurifier/DefinitionCache/Serializer/ \ 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