diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-10-03 23:08:26 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-10-03 23:08:26 +0200 |
commit | a494c33ef7e574e68ab5bb83d0bdbd67348af0ef (patch) | |
tree | 2624d7677e4c0c72e0aba3411c02916322b1e3e2 /.gitignore | |
parent | a3cc0dd0bfedf8d77c232eb38e8781b3cf38a048 (diff) | |
download | wallabag-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-- | .gitignore | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -21,8 +21,10 @@ | |||
21 | /vendor/ | 21 | /vendor/ |
22 | 22 | ||
23 | # Assets and user uploads | 23 | # Assets and user uploads |
24 | /web/bundles/ | 24 | web/uploads/ |
25 | /web/uploads/ | 25 | !web/bundles |
26 | web/bundles/* | ||
27 | !web/bundles/wallabagcore | ||
26 | 28 | ||
27 | # Build | 29 | # Build |
28 | /app/build | 30 | /app/build |
@@ -43,9 +45,8 @@ docker/data/ | |||
43 | composer.lock | 45 | composer.lock |
44 | 46 | ||
45 | # assets stuff | 47 | # assets stuff |
46 | /node_modules/ | 48 | node_modules/ |
47 | !app/Resources/static/lib | 49 | bin |
48 | app/Resources/static/lib/* | 50 | app/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/* |