mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-01-10 03:28:51 +01:00
Fixed an issue with files uploaded to dockerhub, causing it to include some csv and text files that don't need to be there
This commit is contained in:
parent
712cc38ef6
commit
07605990a1
4 changed files with 220 additions and 1 deletions
|
|
@ -22,3 +22,25 @@ coverage.xml
|
|||
.env
|
||||
logs/*.log
|
||||
*.egg-info/
|
||||
|
||||
# Exclude data files that should be mounted as volumes
|
||||
csv_files/
|
||||
deck_files/
|
||||
logs/
|
||||
*.csv
|
||||
deck_files/*.txt
|
||||
logs/*.txt
|
||||
|
||||
# Allow requirements.txt (needed for Docker build)
|
||||
!requirements.txt
|
||||
|
||||
# Exclude development and build files
|
||||
build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Exclude OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue