]>
Commit | Line | Data |
---|---|---|
559315ba | 1 | # Shaarli runtime resources |
6e330f22 MC |
2 | data |
3 | tmp | |
4 | cache | |
5 | pagecache | |
6 | ||
7 | # Eclipse project files | |
8 | .settings | |
9 | .buildpath | |
ea8f67eb | 10 | .project |
11 | ||
559315ba | 12 | # Raintpl generated pages |
00f98bda V |
13 | *.rtpl.php |
14 | ||
559315ba | 15 | # 3rd-party dependencies |
559315ba | 16 | vendor/ |
00f98bda | 17 | |
559315ba | 18 | # Release archives |
624f999f | 19 | *.tar.gz |
559315ba | 20 | *.zip |
d6379763 | 21 | inc/languages/*/LC_MESSAGES/shaarli.mo |
559315ba V |
22 | |
23 | # Development and test resources | |
ca74886f | 24 | coverage |
05af6f53 | 25 | doxygen |
4bf35ba5 | 26 | sandbox |
00f98bda | 27 | phpmd.html |
6fc14d53 | 28 | |
559315ba | 29 | # User plugin configuration |
4bf35ba5 | 30 | plugins/*/config.php |
a0df0651 | 31 | |
9ff77362 V |
32 | # HTML documentation |
33 | doc/html/ | |
34 | ||
a0df0651 A |
35 | # 3rd party themes |
36 | tpl/* | |
37 | !tpl/default | |
009ce935 | 38 | !tpl/vintage |
47978e87 A |
39 | |
40 | # Front end | |
41 | node_modules | |
42 | tpl/default/js | |
43 | tpl/default/css | |
44 | tpl/default/fonts | |
45 | tpl/default/img | |
46 | tpl/vintage/js | |
47 | tpl/vintage/css | |
48 | tpl/vintage/img |