Browse Source

build: fix .dockerignore file (#800)

Matri 1 year ago
parent
commit
220f7c81e9
2 changed files with 34 additions and 1 deletions
  1. 10 1
      api/.dockerignore
  2. 24 0
      web/.dockerignore

+ 10 - 1
api/.dockerignore

@@ -1,2 +1,11 @@
 .env
-storage/privkeys/*
+*.env.*
+
+storage/privkeys/*
+
+# Logs
+logs
+*.log*
+
+# jetbrains
+.idea

+ 24 - 0
web/.dockerignore

@@ -0,0 +1,24 @@
+.env
+.env.*
+
+# Logs
+logs
+*.log*
+
+# node
+node_modules
+.husky
+.next
+
+# vscode
+.vscode
+
+# webstorm
+.idea
+*.iml
+*.iws
+*.ipr
+
+
+# Jetbrains
+.idea