aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorlizyn <zhiylin@outlook.com>2020-02-24 10:04:13 +0800
committerGitHub <noreply@github.com>2020-02-24 10:04:13 +0800
commitb19df31d78d881a43bcf6b3215e5fc3781e8e8aa (patch)
treed0d9861694a4b5e5fbfdbeb53c255ecd15fe9328 /.gitignore
parent4d0c632c70ea50d459c3c55ddda2e0f394dd51cb (diff)
parent04d918cae0227c06a41d27fb6533dddbf30dfe71 (diff)
downloadwallabag-b19df31d78d881a43bcf6b3215e5fc3781e8e8aa.tar.gz
wallabag-b19df31d78d881a43bcf6b3215e5fc3781e8e8aa.tar.zst
wallabag-b19df31d78d881a43bcf6b3215e5fc3781e8e8aa.zip
Merge pull request #1 from wallabag/master
Keep up with the master again
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