diff options
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 00000000..c92a2a14 --- /dev/null +++ b/.dockerignore | |||
@@ -0,0 +1,30 @@ | |||
1 | # Shaarli runtime resources | ||
2 | cache/* | ||
3 | data/* | ||
4 | pagecache/* | ||
5 | tmp/* | ||
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 | composer.lock | ||
17 | vendor/ | ||
18 | |||
19 | # Release archives | ||
20 | *.tar | ||
21 | *.zip | ||
22 | |||
23 | # Development and test resources | ||
24 | coverage | ||
25 | doxygen | ||
26 | sandbox | ||
27 | phpmd.html | ||
28 | |||
29 | # User plugin configuration | ||
30 | plugins/*/config.php | ||