X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitignore;h=32b0fbbb5db46047be70ff906dcfd8647dcaafb5;hb=31dd328df421f2bb012c3ff7632fd4a5e58bb408;hp=9e793a54f1455b3ba4efdf2a2073ed6c879a4840;hpb=c146f6940a176142084b4fc3c610d13aca60d90e;p=github%2Fwallabag%2Fwallabag.git diff --git a/.gitignore b/.gitignore index 9e793a54..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 @@ -43,13 +45,8 @@ docker/data/ composer.lock # assets stuff -/node_modules/ -!app/Resources/static/lib -app/Resources/static/lib/* -/bin +node_modules/ +bin +app/Resources/build/ !/src/Wallabag/CoreBundle/Resources/public /src/Wallabag/CoreBundle/Resources/public/* - -# PHPStorm -.idea/ -