Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/danielkvist/hugo-terrassa-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielkvist <d94.zaragoza@gmail.com>2018-12-21 15:34:13 +0300
committerdanielkvist <d94.zaragoza@gmail.com>2018-12-21 15:34:13 +0300
commit7b733be19c0953bfc756f9c9877d09bd6abb9abc (patch)
treefafb56f99ffd17e96c2bbf2cb8f8ee9e3865fb00 /.dockerignore
parent6fc8a5cdfc47a0925f001c0937c6dbfcb4d34fbb (diff)
add Dockerfile for tests
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore16
1 files changed, 16 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 0000000..40d905c
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,16 @@
+.git
+.gitignore
+LICENSE
+package-lock.json
+package.json
+postcss.config.js
+README.md
+theme.toml
+
+/archetypes/
+/assets/
+/images/
+/layouts/
+/node_modules
+/static/
+