diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 | |||
43 | docker/logs/ | 44 | docker/logs/ |
44 | docker/data/ | 45 | docker/data/ |
45 | 46 | ||
46 | # To avoid crazy stuff on some PR, we must manually FORCE ADD IT on each new release | ||
47 | composer.lock | ||
48 | |||
49 | # assets stuff | 47 | # assets stuff |
50 | node_modules/ | 48 | node_modules/ |
51 | bin | 49 | bin |
@@ -57,3 +55,6 @@ app/Resources/build/ | |||
57 | admin-export.json | 55 | admin-export.json |
58 | specialexport.json | 56 | specialexport.json |
59 | /data/site-credentials-secret-key.txt | 57 | /data/site-credentials-secret-key.txt |
58 | |||
59 | # Custom CSS file | ||
60 | web/custom.css | ||