aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-06-02 18:30:45 +0200
committerivarlovlie <git@ivarlovlie.no>2022-06-02 18:30:45 +0200
commit9edfe0949dba32cc093a65e486888440701a4804 (patch)
tree5f6fe64275404164fb775331e4c93f3ae2e2152d /.dockerignore
parentdaff7871d306ddd94ee014641ab2a3dfc96618b0 (diff)
downloadvinjesvingenhandel.no-9edfe0949dba32cc093a65e486888440701a4804.tar.xz
vinjesvingenhandel.no-9edfe0949dba32cc093a65e486888440701a4804.zip
fix: Ignore bin and obj on all levels
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.dockerignore b/.dockerignore
index 17f68b2..dd9f002 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1,4 +1,4 @@
-bin/
-obj/
+**/bin/
+**/obj/
**/src/AppData
**/src/wwwroot/assets/images