aboutsummaryrefslogtreecommitdiffhomepage
path: root/.dockerignore
diff options
context:
space:
mode:
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