]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .gitignore
Added tooltips in header bar
[github/wallabag/wallabag.git] / .gitignore
index 3b2dc462f6a12f63173bda028a5851e7ed5051eb..32b0fbbb5db46047be70ff906dcfd8647dcaafb5 100644 (file)
 /vendor/
 
 # Assets and user uploads
-/web/bundles/
-/web/uploads/
+web/uploads/
+!web/bundles
+web/bundles/*
+!web/bundles/wallabagcore
 
 # Build
 /app/build
@@ -43,9 +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/*
\ No newline at end of file
+/src/Wallabag/CoreBundle/Resources/public/*