X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=553b0e947ff22e211c72e97164f14d6efc7fbc0c;hb=ff8fe22f2e00f91c08efb161e4de52bc4b401880;hp=8fd762fa8abccbc5bafac85d246e88de829dc483;hpb=906424c1b6fd884bf2081bfe6dd0b1f9651c2801;p=github%2Fwallabag%2Fwallabag.git diff --git a/.gitignore b/.gitignore index 8fd762fa..553b0e94 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ /bin/* !/bin/console !/bin/symfony_requirements +.php_cs.cache # Parameters /app/config/parameters.yml @@ -22,16 +23,16 @@ # Assets and user uploads web/uploads/ -!web/bundles -web/bundles/* -!web/bundles/wallabagcore +/web/bundles/* +!/web/bundles/.gitkeep /web/assets/images/* !web/assets/images/.gitkeep -web/bundles/wallabagcore/*.dev.js +/web/wallassets/*.dev.js # Build /app/build /build +/coverage # Composer PHAR /composer.phar @@ -43,9 +44,6 @@ data/db/wallabag*.sqlite 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