mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-01-30 21:25:18 +01:00
feat(web): launch commander browser with deck builder CTA
This commit is contained in:
parent
6e9ba244c9
commit
8e57588f40
27 changed files with 1960 additions and 45 deletions
39
.gitignore
vendored
39
.gitignore
vendored
|
|
@ -1,32 +1,39 @@
|
|||
*.bkp
|
||||
*.csv
|
||||
*.json
|
||||
*.log
|
||||
*.txt
|
||||
.mypy_cache/
|
||||
.venv/
|
||||
.pytest_cache/
|
||||
test.py
|
||||
!requirements.txt
|
||||
|
||||
RELEASE_NOTES.md
|
||||
test.py
|
||||
!test_exclude_cards.txt
|
||||
!test_include_exclude_config.json
|
||||
|
||||
.mypy_cache/
|
||||
.pytest_cache/
|
||||
.venv/
|
||||
__pycache__/
|
||||
|
||||
.github/*.md
|
||||
|
||||
config/themes/catalog/
|
||||
config/themes/
|
||||
!config/themes/*.yml
|
||||
!config/card_lists/*.json
|
||||
!config/deck.json
|
||||
|
||||
# Keep main CSV datasets out of Git, but allow the tiny deterministic fixtures used by CI.
|
||||
csv_files/*
|
||||
!csv_files/testdata/
|
||||
!csv_files/testdata/**/*
|
||||
|
||||
deck_files/
|
||||
dist/
|
||||
|
||||
logs/
|
||||
!logs/
|
||||
logs/*
|
||||
!logs/perf/
|
||||
logs/perf/*
|
||||
!logs/perf/theme_preview_warm_baseline.json
|
||||
deck_files/
|
||||
config/themes/catalog/
|
||||
!config/card_lists/*.json
|
||||
!config/themes/*.yml
|
||||
config/themes/theme_list.json
|
||||
!config/deck.json
|
||||
!test_exclude_cards.txt
|
||||
!test_include_exclude_config.json
|
||||
RELEASE_NOTES.md
|
||||
*.bkp
|
||||
.github/*.md
|
||||
!logs/perf/theme_preview_warm_baseline.json
|
||||
Loading…
Add table
Add a link
Reference in a new issue