X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=9bde27dbcd771209c81325f55632c3696286d70e;hb=5ead137fe6885395ffcc99903263dec235f2c051;hp=08db745d957c3d137a8dff689982593f54d4f2ee;hpb=15771f4452d263d1ee7b90cc1053f52377255d6d;p=github%2Fwallabag%2Fwallabag.git diff --git a/.gitignore b/.gitignore index 08db745d..9bde27db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,38 @@ -vendor -composer.phar \ No newline at end of file +# Cache and logs (Symfony2) +/app/cache/* +/app/logs/* +!app/cache/.gitkeep +!app/logs/.gitkeep + +# Cache and logs (Symfony3) +/var/cache/* +/var/logs/* +!var/cache/.gitkeep +!var/logs/.gitkeep + +# Parameters +/app/config/parameters.yml +/app/config/parameters.ini + +# Managed by Composer +/app/bootstrap.php.cache +/var/bootstrap.php.cache +/bin/* +!bin/console +!bin/symfony_requirements +/vendor/ + +# Assets and user uploads +/web/bundles/ +/web/uploads/ + +# Build +/app/build +/build + +# Composer PHAR +/composer.phar + +# Data for wallabag +data/assets/* +data/db/wallabag*.sqlite