aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 472c7ad9..797e0496 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,6 +32,7 @@ web/uploads/
32# Build 32# Build
33/app/build 33/app/build
34/build 34/build
35/coverage
35 36
36# Composer PHAR 37# Composer PHAR
37/composer.phar 38/composer.phar
@@ -43,9 +44,6 @@ data/db/wallabag*.sqlite
43docker/logs/ 44docker/logs/
44docker/data/ 45docker/data/
45 46
46# To avoid crazy stuff on some PR, we must manually FORCE ADD IT on each new release
47composer.lock
48
49# assets stuff 47# assets stuff
50node_modules/ 48node_modules/
51bin 49bin
@@ -57,3 +55,6 @@ app/Resources/build/
57admin-export.json 55admin-export.json
58specialexport.json 56specialexport.json
59/data/site-credentials-secret-key.txt 57/data/site-credentials-secret-key.txt
58
59# Custom CSS file
60web/custom.css