aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2020-10-13 12:07:13 +0200
committerArthurHoaro <arthur@hoa.ro>2020-10-13 12:07:13 +0200
commitd9f6275ebca035fec8331652c677981056793ccc (patch)
tree37a64baf4f0eba6b781040605965383d8aded2cc /.gitignore
parent38672ba0d1c722e5d6d33a58255ceb55e9410e46 (diff)
parentd63ff87a009313141ae684ec447b902562ff6ee7 (diff)
downloadShaarli-stable.tar.gz
Shaarli-stable.tar.zst
Shaarli-stable.zip
Merge branch 'v0.11' into stablestable
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 414ff6d5..b21d2118 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,15 +22,17 @@ inc/languages/*/LC_MESSAGES/shaarli.mo
22 22
23# Development and test resources 23# Development and test resources
24coverage 24coverage
25doxygen
26sandbox 25sandbox
27phpmd.html 26phpmd.html
27phpdoc.xml
28 28
29# User plugin configuration 29# User plugin configuration
30plugins/*/config.php 30plugins/*/config.php
31plugins/default_colors/default_colors.css
31 32
32# HTML documentation 33# HTML documentation
33doc/html/ 34doc/html/
35doc/phpdoc/
34 36
35# 3rd party themes 37# 3rd party themes
36tpl/* 38tpl/*
@@ -46,3 +48,6 @@ tpl/default/img
46tpl/vintage/js 48tpl/vintage/js
47tpl/vintage/css 49tpl/vintage/css
48tpl/vintage/img 50tpl/vintage/img
51
52# Documented scripts
53generate_templates.php