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