X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=.gitignore;h=0beb08c14e5efd7fe166be37c1b275d43bc42e39;hb=2cdb0b8f4052f783fad53df3904a236c5edc9134;hp=d190a8b937086f1d9a8e199a6a23c98d32be498f;hpb=2fdcbd1ac3667199bf91c81b3d11c2161de49c9c;p=github%2Fwallabag%2Fwallabag.git diff --git a/.gitignore b/.gitignore index d190a8b9..0beb08c1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,24 @@ -vendor -composer.phar -db/poche.sqlite -output -phpdoc* -inc/poche/myconfig.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/ + +/bin/ +!bin/install +!bin/test +!bin/symfony + +data/assets/* +data/db/poche.sqlite + +/web/.htaccess + +!.gitignore \ No newline at end of file