X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=db9ed4488a8eff1a28a75a1f0b5872ef9d151e92;hb=33767049a5ce14f4327b0375d4e346268ad646e1;hp=aec2e3ef5bb3f144d0b6864493901c7675c1e665;hpb=8754bd88a5c999fc009f02774a993efbf2a99e54;p=github%2Fwallabag%2Fwallabag.git diff --git a/.gitignore b/.gitignore index aec2e3ef..db9ed448 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,22 @@ -assets/* -cache/* -vendor -composer.phar -db/poche.sqlite -inc/poche/config.inc.php -inc/3rdparty/htmlpurifier/HTMLPurifier/DefinitionCache/Serializer/ \ 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