Spaces:
Sleeping
Sleeping
build: leave .git in docker image
Browse files- .dockerignore +3 -3
.dockerignore
CHANGED
|
@@ -30,9 +30,9 @@ htmlcov/
|
|
| 30 |
*~
|
| 31 |
|
| 32 |
# Git
|
| 33 |
-
.git/
|
| 34 |
-
.gitignore
|
| 35 |
-
.gitattributes
|
| 36 |
|
| 37 |
# CI/CD
|
| 38 |
.github/
|
|
|
|
| 30 |
*~
|
| 31 |
|
| 32 |
# Git
|
| 33 |
+
#.git/
|
| 34 |
+
#.gitignore
|
| 35 |
+
#.gitattributes
|
| 36 |
|
| 37 |
# CI/CD
|
| 38 |
.github/
|