Browse Source

Add /pkg to docker ignore

develop
Silvestr Predko 2 years ago
parent
commit
e56edfa35b
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      .dockerignore

+ 4
- 0
.dockerignore View File

@@ -0,0 +1,4 @@
1
+/target
2
+/pkg
3
+/.git
4
+.gitignore

Loading…
Cancel
Save