aboutsummaryrefslogtreecommitdiff
path: root/.dockerignore
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-12-22 12:04:26 +0100
committerGravatar GitHub <noreply@github.com> 2018-12-22 12:04:26 +0100
commit949c2f3083e931bbc95611c5f25f92327e09b8ac (patch)
tree95be15ea800f48a7f8b64c60df0fe1d48a730b5a /.dockerignore
parenta3b460b3a8843e67eb0e0955f82aaa4f979f2097 (diff)
Fix .gitignore take 3 (#2195)
* Fix .gitignore take 3 https://github.com/FreshRSS/FreshRSS/pull/2190 https://github.com/FreshRSS/FreshRSS/pull/2193 * Readme
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore6
1 files changed, 3 insertions, 3 deletions
diff --git a/.dockerignore b/.dockerignore
index f8bcd3baf..fa42e0e9c 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1,3 +1,3 @@
-.git/*
-data/*
-docs/*
+**/.git/
+**/data/
+**/docs/