We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4398fe commit ae7fd9aCopy full SHA for ae7fd9a
.dockerignore
@@ -5,3 +5,9 @@ Dockerfile.fast
5
!.git/refs/
6
!.git/packed-refs
7
test/sharness/lib/sharness/
8
+
9
+# The Docker client might not be running on Linux
10
+# so delete any compiled binaries
11
+bin/gx
12
+bin/gx*
13
+bin/tmp
0 commit comments