]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - .gitignore
doc: add phpDocumentor configuration
[github/shaarli/Shaarli.git] / .gitignore
1 # Shaarli runtime resources
2 data
3 tmp
4 cache
5 pagecache
6
7 # Eclipse project files
8 .settings
9 .buildpath
10 .project
11
12 # Raintpl generated pages
13 *.rtpl.php
14
15 # 3rd-party dependencies
16 vendor/
17
18 # Release archives
19 *.tar.gz
20 *.zip
21 inc/languages/*/LC_MESSAGES/shaarli.mo
22
23 # Development and test resources
24 coverage
25 doxygen
26 sandbox
27 phpmd.html
28 phpdoc.xml
29
30 # User plugin configuration
31 plugins/*/config.php
32
33 # HTML documentation
34 doc/html/
35 doc/phpdoc/
36
37 # 3rd party themes
38 tpl/*
39 !tpl/default
40 !tpl/vintage
41
42 # Front end
43 node_modules
44 tpl/default/js
45 tpl/default/css
46 tpl/default/fonts
47 tpl/default/img
48 tpl/vintage/js
49 tpl/vintage/css
50 tpl/vintage/img