]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - .dockerignore
Bump Shaarli version to v0.9.7
[github/shaarli/Shaarli.git] / .dockerignore
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 # HTML documentation
39 doc/html/
40
41 # 3rd party themes
42 tpl/*
43 !tpl/default
44 !tpl/vintage