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