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