Skip to content

Commit 366acde

Browse files
committed
2 parents 98c0f11 + 5d0a887 commit 366acde

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.dockerignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,13 @@ MANIFEST
5252
# Documentation & Local Configs
5353
# =================================================================
5454
# Markdown files for repository, not application
55-
README.md
5655
CONTRIBUTING.md
5756
CHANGELOG.md
5857

5958
# Local dev configs
6059
docker-compose.yml
6160
.pre-commit-config.yaml
6261
.flake8
63-
pyproject.toml
6462

6563
# Sphinx or MkDocs generated sites
6664
docs/_build/
@@ -83,11 +81,10 @@ datasets/
8381
assets/
8482
media/
8583
*.csv
86-
*.json
8784
*.parquet
88-
*.pkl
8985
*.jpg
9086
*.png
87+
# Note: *.json and *.pkl are NOT ignored because database/*.json and database/*.pkl are needed
9188

9289
# Local settings and secrets (should never be in the image)
9390
local_settings.py

0 commit comments

Comments
 (0)