X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=32b0fbbb5db46047be70ff906dcfd8647dcaafb5;hb=cf9ee2fbd07265c2c64766d026502a4fdbdfeec1;hp=5e992c2ec87d16f8fa2c68791a82ce51a0199f70;hpb=25b5caeed1022b385b29d626c2266bccb4ceac40;p=github%2Fwallabag%2Fwallabag.git diff --git a/.gitignore b/.gitignore index 5e992c2e..32b0fbbb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,52 @@ -vendor -composer.phar -db/poche.sqlite -output -phpdoc* \ No newline at end of file +# Cache, logs & sessions +/var/* +!/var/cache +/var/cache/* +!var/cache/.gitkeep +!/var/logs +/var/logs/* +!var/logs/.gitkeep +!/var/sessions +/var/sessions/* +!var/sessions/.gitkeep +!var/SymfonyRequirements.php +/bin/* +!/bin/console +!/bin/symfony_requirements + +# Parameters +/app/config/parameters.yml + +# Managed by Composer +/vendor/ + +# Assets and user uploads +web/uploads/ +!web/bundles +web/bundles/* +!web/bundles/wallabagcore + +# Build +/app/build +/build + +# Composer PHAR +/composer.phar + +# Data for wallabag +data/assets/* +data/db/wallabag*.sqlite + +# Docker container logs and data +docker/logs/ +docker/data/ + +# To avoid crazy stuff on some PR, we must manually FORCE ADD IT on each new release +composer.lock + +# assets stuff +node_modules/ +bin +app/Resources/build/ +!/src/Wallabag/CoreBundle/Resources/public +/src/Wallabag/CoreBundle/Resources/public/*