aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-10-03 23:08:26 +0200
committerThomas Citharel <tcit@tcit.fr>2016-10-03 23:08:26 +0200
commita494c33ef7e574e68ab5bb83d0bdbd67348af0ef (patch)
tree2624d7677e4c0c72e0aba3411c02916322b1e3e2 /.gitignore
parenta3cc0dd0bfedf8d77c232eb38e8781b3cf38a048 (diff)
downloadwallabag-a494c33ef7e574e68ab5bb83d0bdbd67348af0ef.tar.gz
wallabag-a494c33ef7e574e68ab5bb83d0bdbd67348af0ef.tar.zst
wallabag-a494c33ef7e574e68ab5bb83d0bdbd67348af0ef.zip
Basically, fix everything
* Remove install.sh * Assets are now provided * Icons font issues are fixed
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 8 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index 3b2dc462..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
@@ -43,9 +45,8 @@ docker/data/
43composer.lock 45composer.lock
44 46
45# assets stuff 47# assets stuff
46/node_modules/ 48node_modules/
47!app/Resources/static/lib 49bin
48app/Resources/static/lib/* 50app/Resources/build/
49/bin
50!/src/Wallabag/CoreBundle/Resources/public 51!/src/Wallabag/CoreBundle/Resources/public
51/src/Wallabag/CoreBundle/Resources/public/* \ No newline at end of file 52/src/Wallabag/CoreBundle/Resources/public/*