diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2017-10-23 11:09:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-23 11:09:17 +0200 |
commit | 1953a872932a63792293b4aec087880265ba89f7 (patch) | |
tree | fd16599e737fcdaf193c933ef3ec4a4ee248b117 /.gitignore | |
parent | d83d25dadec2c38460a32d96f5d2903426fec9d3 (diff) | |
parent | 702f2d67d60ca963492b90dad74cb5f8dcc84e51 (diff) | |
download | wallabag-1953a872932a63792293b4aec087880265ba89f7.tar.gz wallabag-1953a872932a63792293b4aec087880265ba89f7.tar.zst wallabag-1953a872932a63792293b4aec087880265ba89f7.zip |
Merge pull request #3011 from wallabag/2.3
wallabag 2.3.0
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,7 @@ | |||
13 | /bin/* | 13 | /bin/* |
14 | !/bin/console | 14 | !/bin/console |
15 | !/bin/symfony_requirements | 15 | !/bin/symfony_requirements |
16 | .php_cs.cache | ||
16 | 17 | ||
17 | # Parameters | 18 | # Parameters |
18 | /app/config/parameters.yml | 19 | /app/config/parameters.yml |
@@ -27,6 +28,7 @@ web/bundles/* | |||
27 | !web/bundles/wallabagcore | 28 | !web/bundles/wallabagcore |
28 | /web/assets/images/* | 29 | /web/assets/images/* |
29 | !web/assets/images/.gitkeep | 30 | !web/assets/images/.gitkeep |
31 | web/bundles/wallabagcore/*.dev.js | ||
30 | 32 | ||
31 | # Build | 33 | # Build |
32 | /app/build | 34 | /app/build |
@@ -55,3 +57,4 @@ app/Resources/build/ | |||
55 | # Test-generated files | 57 | # Test-generated files |
56 | admin-export.json | 58 | admin-export.json |
57 | specialexport.json | 59 | specialexport.json |
60 | /data/site-credentials-secret-key.txt | ||