diff options
author | VirtualTam <virtualtam@flibidi.net> | 2018-06-20 16:37:55 +0200 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2018-06-20 16:37:55 +0200 |
commit | 1d9eb22a3df85b67fe6652c0876cd7382c2fb525 (patch) | |
tree | 5fa04f9084e6a816bee36326ffc7a5973237a731 /.dockerignore | |
parent | 9a6183e852efdc8100c09fcc238b27d10d6e1b10 (diff) | |
parent | c372fc96faa94c124cf94d26fa34666d071116f8 (diff) | |
download | Shaarli-1d9eb22a3df85b67fe6652c0876cd7382c2fb525.tar.gz Shaarli-1d9eb22a3df85b67fe6652c0876cd7382c2fb525.tar.zst Shaarli-1d9eb22a3df85b67fe6652c0876cd7382c2fb525.zip |
Merge tag 'v0.8.7' into stable
Release v0.8.7
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 00000000..9a18e085 --- /dev/null +++ b/.dockerignore | |||
@@ -0,0 +1,34 @@ | |||
1 | # Docker-ignore | ||
2 | # Note: .git/ is kept for HTML documentation generation | ||
3 | tests | ||
4 | |||
5 | # Shaarli runtime resources | ||
6 | cache/* | ||
7 | data/* | ||
8 | pagecache/* | ||
9 | tmp/* | ||
10 | |||
11 | # Eclipse project files | ||
12 | .settings | ||
13 | .buildpath | ||
14 | .project | ||
15 | |||
16 | # Raintpl generated pages | ||
17 | *.rtpl.php | ||
18 | |||
19 | # 3rd-party dependencies | ||
20 | composer.lock | ||
21 | vendor/ | ||
22 | |||
23 | # Release archives | ||
24 | *.tar | ||
25 | *.zip | ||
26 | |||
27 | # Development and test resources | ||
28 | coverage | ||
29 | doxygen | ||
30 | sandbox | ||
31 | phpmd.html | ||
32 | |||
33 | # User plugin configuration | ||
34 | plugins/*/config.php | ||