diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -22,15 +22,17 @@ inc/languages/*/LC_MESSAGES/shaarli.mo | |||
22 | 22 | ||
23 | # Development and test resources | 23 | # Development and test resources |
24 | coverage | 24 | coverage |
25 | doxygen | ||
26 | sandbox | 25 | sandbox |
27 | phpmd.html | 26 | phpmd.html |
27 | phpdoc.xml | ||
28 | 28 | ||
29 | # User plugin configuration | 29 | # User plugin configuration |
30 | plugins/*/config.php | 30 | plugins/*/config.php |
31 | plugins/default_colors/default_colors.css | ||
31 | 32 | ||
32 | # HTML documentation | 33 | # HTML documentation |
33 | doc/html/ | 34 | doc/html/ |
35 | doc/phpdoc/ | ||
34 | 36 | ||
35 | # 3rd party themes | 37 | # 3rd party themes |
36 | tpl/* | 38 | tpl/* |
@@ -46,3 +48,6 @@ tpl/default/img | |||
46 | tpl/vintage/js | 48 | tpl/vintage/js |
47 | tpl/vintage/css | 49 | tpl/vintage/css |
48 | tpl/vintage/img | 50 | tpl/vintage/img |
51 | |||
52 | # Documented scripts | ||
53 | generate_templates.php | ||