aboutsummaryrefslogtreecommitdiffhomepage
path: root/.dockerignore
diff options
context:
space:
mode:
authorVirtualTam <virtualtam+github@flibidi.net>2018-06-20 16:29:06 +0200
committerGitHub <noreply@github.com>2018-06-20 16:29:06 +0200
commit9e425954817621711a528bb3bd2972692a2a528a (patch)
treee692e493688fea3f8d681c093ed574d90d75daa3 /.dockerignore
parentc648fc34f882ca6a62f5a44d1826bbd2b9852845 (diff)
parent55346c1ebed66ce29dee0eee1fec5602b2d26078 (diff)
downloadShaarli-9e425954817621711a528bb3bd2972692a2a528a.tar.gz
Shaarli-9e425954817621711a528bb3bd2972692a2a528a.tar.zst
Shaarli-9e425954817621711a528bb3bd2972692a2a528a.zip
Merge pull request #1156 from virtualtam/v0.8-dockerfile
v0.8 - Build the Docker image from the local sources
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore34
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
3tests
4
5# Shaarli runtime resources
6cache/*
7data/*
8pagecache/*
9tmp/*
10
11# Eclipse project files
12.settings
13.buildpath
14.project
15
16# Raintpl generated pages
17*.rtpl.php
18
19# 3rd-party dependencies
20composer.lock
21vendor/
22
23# Release archives
24*.tar
25*.zip
26
27# Development and test resources
28coverage
29doxygen
30sandbox
31phpmd.html
32
33# User plugin configuration
34plugins/*/config.php