Skip to content

Commit dada498

Browse files
authored
Merge pull request #7892 from onflow/peter/dockerignore-git
Add .dockerignore for .git/
2 parents 0a55604 + 222a013 commit dada498

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.dockerignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Do not copy the user's project git directory into the container
2+
# it's not needed to build the project, and causes issues when working within git worktrees
3+
.git/
4+
15
integration/localnet/bootstrap/
26
integration/localnet/profiler/
37
integration/localnet/data/

0 commit comments

Comments
 (0)