소스 검색

build: fix .dockerignore file (#800)

Matri 1 년 전
부모
커밋
220f7c81e9
2개의 변경된 파일34개의 추가작업 그리고 1개의 파일을 삭제
  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