Skip to content

Commit 3cde361

Browse files
authored
Merge pull request #1251 from cloudbees-oss/tw-hotfix
Exclude only .git/config in docker image
2 parents b865aa9 + 23df5b8 commit 3cde361

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.dockerignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Git files
2-
.git
1+
# Git files exclude config
2+
# Don't exclude entire .git because setuptools-scm need git metadata for package builds
3+
.git/config
34
.gitignore
45
.gitattributes

0 commit comments

Comments
 (0)