aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore13
1 files changed, 11 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index f596c7b8..32b0fbbb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,8 +21,10 @@
21/vendor/ 21/vendor/
22 22
23# Assets and user uploads 23# Assets and user uploads
24/web/bundles/ 24web/uploads/
25/web/uploads/ 25!web/bundles
26web/bundles/*
27!web/bundles/wallabagcore
26 28
27# Build 29# Build
28/app/build 30/app/build
@@ -41,3 +43,10 @@ docker/data/
41 43
42# To avoid crazy stuff on some PR, we must manually FORCE ADD IT on each new release 44# To avoid crazy stuff on some PR, we must manually FORCE ADD IT on each new release
43composer.lock 45composer.lock
46
47# assets stuff
48node_modules/
49bin
50app/Resources/build/
51!/src/Wallabag/CoreBundle/Resources/public
52/src/Wallabag/CoreBundle/Resources/public/*