Skip to content

Commit 7d2a78e

Browse files
committed
Update .dockerignore
1 parent 5999f52 commit 7d2a78e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.dockerignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,26 +130,27 @@ dmypy.json
130130
package-lock.json
131131
node_modules/
132132

133-
# Modmail
133+
# Unused Modmail files
134134
config.json
135135
plugins/
136136
!plugins/registry.json
137137
!plugins/@local/
138138
temp/
139139
test.py
140140

141-
# Other stuff
142-
requirements.txt
141+
# Unused repository files
143142
.env.example
144143
.gitignore
145144
.dockerignore
146145
.github/
146+
.pre-commit-config.yaml
147147
app.json
148148
Procfile
149149
*.md
150150
.*.json
151151
Dockerfile
152152
docker-compose.yml
153+
requirements.txt
153154
LICENSE
154155
PRIVACY.md
155156

0 commit comments

Comments
 (0)