aboutsummaryrefslogtreecommitdiffhomepage
path: root/.dockerignore
diff options
context:
space:
mode:
authorVirtualTam <virtualtam+github@flibidi.net>2018-06-20 16:29:27 +0200
committerGitHub <noreply@github.com>2018-06-20 16:29:27 +0200
commit5420c87e22570c8aface1dfe5fc1f54bd6bb4845 (patch)
tree8a9587a53f0161fe95141d982ff4cea40075372b /.dockerignore
parente36479d9ffd71b504bc99501ea1fef2579ff46b6 (diff)
parentdecae8c119e0f4750d10909abc47d8afb89af362 (diff)
downloadShaarli-5420c87e22570c8aface1dfe5fc1f54bd6bb4845.tar.gz
Shaarli-5420c87e22570c8aface1dfe5fc1f54bd6bb4845.tar.zst
Shaarli-5420c87e22570c8aface1dfe5fc1f54bd6bb4845.zip
Merge pull request #1157 from virtualtam/v0.9-dockerfile
v0.9 - Build the Docker images from the local sources
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore44
1 files changed, 44 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 00000000..cdd0a894
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,44 @@
1# Docker-ignore
2.dev
3.git
4.github
5tests
6
7# Shaarli runtime resources
8cache/*
9data/*
10pagecache/*
11tmp/*
12
13# Eclipse project files
14.settings
15.buildpath
16.project
17
18# Raintpl generated pages
19*.rtpl.php
20
21# 3rd-party dependencies
22vendor/
23
24# Release archives
25*.tar.gz
26*.zip
27inc/languages/*/LC_MESSAGES/shaarli.mo
28
29# Development and test resources
30coverage
31doxygen
32sandbox
33phpmd.html
34
35# User plugin configuration
36plugins/*/config.php
37
38# HTML documentation
39doc/html/
40
41# 3rd party themes
42tpl/*
43!tpl/default
44!tpl/vintage