aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2018-07-28 11:07:55 +0200
committerArthurHoaro <arthur@hoa.ro>2018-07-28 11:07:55 +0200
commit83faedadff76c5bdca036f39f13943f63b27e164 (patch)
tree6f44cede16ec6a60f10b9699e211e0818f06d2c8 /.gitignore
parent1d9eb22a3df85b67fe6652c0876cd7382c2fb525 (diff)
parent658988f3aeba7a5a938783249ccf2765251e5597 (diff)
downloadShaarli-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--.gitignore12
1 files changed, 10 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 095aaded..3f6939a4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,12 +13,12 @@ pagecache
13*.rtpl.php 13*.rtpl.php
14 14
15# 3rd-party dependencies 15# 3rd-party dependencies
16composer.lock
17vendor/ 16vendor/
18 17
19# Release archives 18# Release archives
20*.tar 19*.tar.gz
21*.zip 20*.zip
21inc/languages/*/LC_MESSAGES/shaarli.mo
22 22
23# Development and test resources 23# Development and test resources
24coverage 24coverage
@@ -28,3 +28,11 @@ phpmd.html
28 28
29# User plugin configuration 29# User plugin configuration
30plugins/*/config.php 30plugins/*/config.php
31
32# HTML documentation
33doc/html/
34
35# 3rd party themes
36tpl/*
37!tpl/default
38!tpl/vintage