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