aboutsummaryrefslogtreecommitdiffhomepage
path: root/.dockerignore
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2019-07-27 12:34:30 +0200
committerArthurHoaro <arthur@hoa.ro>2019-07-27 12:34:30 +0200
commit38672ba0d1c722e5d6d33a58255ceb55e9410e46 (patch)
treedae4c7c47532380eac3ae641db99122fc77c93dc /.dockerignore
parent83faedadff76c5bdca036f39f13943f63b27e164 (diff)
parent1e77e0448bbd25675d8c0fe4a73206ad9048904b (diff)
downloadShaarli-38672ba0d1c722e5d6d33a58255ceb55e9410e46.tar.gz
Shaarli-38672ba0d1c722e5d6d33a58255ceb55e9410e46.tar.zst
Shaarli-38672ba0d1c722e5d6d33a58255ceb55e9410e46.zip
Merge tag 'v0.10.4' into stable
Release v0.10.4
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore16
1 files changed, 13 insertions, 3 deletions
diff --git a/.dockerignore b/.dockerignore
index cdd0a894..96fd31c5 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -4,6 +4,9 @@
4.github 4.github
5tests 5tests
6 6
7# Docker Compose resources
8docker-compose.yml
9
7# Shaarli runtime resources 10# Shaarli runtime resources
8cache/* 11cache/*
9data/* 12data/*
@@ -35,10 +38,17 @@ phpmd.html
35# User plugin configuration 38# User plugin configuration
36plugins/*/config.php 39plugins/*/config.php
37 40
38# HTML documentation
39doc/html/
40
41# 3rd party themes 41# 3rd party themes
42tpl/* 42tpl/*
43!tpl/default 43!tpl/default
44!tpl/vintage 44!tpl/vintage
45
46# Front end
47node_modules
48tpl/default/js
49tpl/default/css
50tpl/default/fonts
51tpl/default/img
52tpl/vintage/js
53tpl/vintage/css
54tpl/vintage/img