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