Skip to content

Commit 8a68f42

Browse files
authored
Added .git to .dockerignore and unignored some files
Removed LICENSE, PRIVACY.md, and SPONSORS.json from .dockerignore. Although they don't affect the functionalities of the bot, we prefer to include them due to their respective purposes. Signed-off-by: Taku <[email protected]>
1 parent 319000b commit 8a68f42

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.dockerignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,17 +140,15 @@ test.py
140140
# Other stuff
141141
.dockerignore
142142
.env.example
143+
.git/
143144
.gitignore
144145
.github/
145146
app.json
146147
CHANGELOG.md
147148
Dockerfile
148149
docker-compose.yml
149-
LICENSE
150-
PRIVACY.md
151150
Procfile
152151
pyproject.toml
153152
README.md
154153
Pipfile
155154
Pipfile.lock
156-
SPONSORS.json

0 commit comments

Comments
 (0)