diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-07-28 11:07:55 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2018-07-28 11:07:55 +0200 |
commit | 83faedadff76c5bdca036f39f13943f63b27e164 (patch) | |
tree | 6f44cede16ec6a60f10b9699e211e0818f06d2c8 /.gitignore | |
parent | 1d9eb22a3df85b67fe6652c0876cd7382c2fb525 (diff) | |
parent | 658988f3aeba7a5a938783249ccf2765251e5597 (diff) | |
download | Shaarli-83faedadff76c5bdca036f39f13943f63b27e164.tar.gz Shaarli-83faedadff76c5bdca036f39f13943f63b27e164.tar.zst Shaarli-83faedadff76c5bdca036f39f13943f63b27e164.zip |
Merge tag 'v0.9.7' into stable
Release v0.9.7
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -13,12 +13,12 @@ pagecache | |||
13 | *.rtpl.php | 13 | *.rtpl.php |
14 | 14 | ||
15 | # 3rd-party dependencies | 15 | # 3rd-party dependencies |
16 | composer.lock | ||
17 | vendor/ | 16 | vendor/ |
18 | 17 | ||
19 | # Release archives | 18 | # Release archives |
20 | *.tar | 19 | *.tar.gz |
21 | *.zip | 20 | *.zip |
21 | inc/languages/*/LC_MESSAGES/shaarli.mo | ||
22 | 22 | ||
23 | # Development and test resources | 23 | # Development and test resources |
24 | coverage | 24 | coverage |
@@ -28,3 +28,11 @@ phpmd.html | |||
28 | 28 | ||
29 | # User plugin configuration | 29 | # User plugin configuration |
30 | plugins/*/config.php | 30 | plugins/*/config.php |
31 | |||
32 | # HTML documentation | ||
33 | doc/html/ | ||
34 | |||
35 | # 3rd party themes | ||
36 | tpl/* | ||
37 | !tpl/default | ||
38 | !tpl/vintage | ||