diff options
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 | ||