X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=84fb95d7e5471ecdd0db841ebcc7906fe53a41fe;hb=0a82d6e23c71d797f5ab6e54ee4f67a6c91a05bf;hp=f596c7b8fb9d6562ec0baa1a1b76f580308451ec;hpb=8d8d48a2bbdb5db61a210e123d99515ca4a9f52a;p=github%2Fwallabag%2Fwallabag.git diff --git a/.gitignore b/.gitignore index f596c7b8..84fb95d7 100644 --- a/.gitignore +++ b/.gitignore @@ -21,8 +21,12 @@ /vendor/ # Assets and user uploads -/web/bundles/ -/web/uploads/ +web/uploads/ +!web/bundles +web/bundles/* +!web/bundles/wallabagcore +/web/assets/images/* +!web/assets/images/.gitkeep # Build /app/build @@ -32,7 +36,6 @@ /composer.phar # Data for wallabag -data/assets/* data/db/wallabag*.sqlite # Docker container logs and data @@ -41,3 +44,10 @@ 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/*