X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=84fb95d7e5471ecdd0db841ebcc7906fe53a41fe;hb=535bfcbe80de5d697b768c3a657214fdeff0eac3;hp=f596c7b8fb9d6562ec0baa1a1b76f580308451ec;hpb=e408d7e895e784271a55c3a200666034db0af80a;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/*