X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=db9ed4488a8eff1a28a75a1f0b5872ef9d151e92;hb=33767049a5ce14f4327b0375d4e346268ad646e1;hp=5b34c79f4dc3750b68a1c757c61f6ee80702579a;hpb=d3122db7b267b384cd70f368328a9ed024719135;p=github%2Fwallabag%2Fwallabag.git diff --git a/.gitignore b/.gitignore index 5b34c79f..db9ed448 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,22 @@ +/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 -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 +.vagrant +/vendor/ +app/db/poche.sqlite + +/bin/ +!bin/install +!bin/test +!bin/symfony + +/data/* + +/web/.htaccess \ No newline at end of file