aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
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