X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=32b0fbbb5db46047be70ff906dcfd8647dcaafb5;hb=64d080586d6817dbb22ed844908f58987c1a60e3;hp=f596c7b8fb9d6562ec0baa1a1b76f580308451ec;hpb=8d8d48a2bbdb5db61a210e123d99515ca4a9f52a;p=github%2Fwallabag%2Fwallabag.git diff --git a/.gitignore b/.gitignore index f596c7b8..32b0fbbb 100644 --- a/.gitignore +++ b/.gitignore @@ -21,8 +21,10 @@ /vendor/ # Assets and user uploads -/web/bundles/ -/web/uploads/ +web/uploads/ +!web/bundles +web/bundles/* +!web/bundles/wallabagcore # Build /app/build @@ -41,3 +43,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/*