From 8034481effa6c9e796e501af5b0443db30a8ea34 Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Thu, 22 Jul 2021 18:07:22 -0700 Subject: [PATCH] Remove all dockerignore shit --- .dockerignore | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.dockerignore b/.dockerignore index 16b80c8e8..f681a1188 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,10 +1,10 @@ -apps/fg_http/assets/node_modules -apps/fg_http/priv/static -_build -apps/fg_http/_build -apps/fg_wall/_build -apps/fg_vpn/_build -**/cover -docs -.DS_Store -.git +/* apps/fg_http/assets/node_modules */ +/* apps/fg_http/priv/static */ +/* _build */ +/* apps/fg_http/_build */ +/* apps/fg_wall/_build */ +/* apps/fg_vpn/_build */ +/* **/cover */ +/* docs */ +/* .DS_Store */ +/* .git */