aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f596c7b8..fb51034e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,3 +41,11 @@ docker/data/
41 41
42# To avoid crazy stuff on some PR, we must manually FORCE ADD IT on each new release 42# To avoid crazy stuff on some PR, we must manually FORCE ADD IT on each new release
43composer.lock 43composer.lock
44
45# assets stuff
46/node_modules/
47!app/Resources/static/lib
48app/Resources/static/lib/*
49/bin
50!/src/Wallabag/CoreBundle/Resources/public
51/src/Wallabag/CoreBundle/Resources/public/*