Browse Source

update dockerignore

CalciumIon 1 year ago
parent
commit
5f082d72bb
2 changed files with 8 additions and 1 deletions
  1. 6 0
      .dockerignore
  2. 2 1
      .gitignore

+ 6 - 0
.dockerignore

@@ -0,0 +1,6 @@
+.github
+.git
+*.md
+.vscode
+.gitignore
+Makefile

+ 2 - 1
.gitignore

@@ -8,4 +8,5 @@ build
 logs
 web/dist
 .env
-one-api
+one-api
+.DS_Store