mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-17 08:00:13 +01:00
bugfix: add theme_list.json exclusion to .gitignore for ci action
This commit is contained in:
parent
3a1b011dbc
commit
78672ddff7
2 changed files with 27356 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,6 +1,7 @@
|
||||||
*.bkp
|
*.bkp
|
||||||
*.csv
|
*.csv
|
||||||
*.json
|
*.json
|
||||||
|
*.jsonl
|
||||||
*.log
|
*.log
|
||||||
*.txt
|
*.txt
|
||||||
!requirements.txt
|
!requirements.txt
|
||||||
|
|
@ -18,8 +19,9 @@ __pycache__/
|
||||||
.github/*.md
|
.github/*.md
|
||||||
|
|
||||||
config/themes/catalog/
|
config/themes/catalog/
|
||||||
config/themes/
|
!config/themes/
|
||||||
!config/themes/*.yml
|
!config/themes/*.yml
|
||||||
|
!config/themes/theme_list.json
|
||||||
!config/card_lists/*.json
|
!config/card_lists/*.json
|
||||||
!config/deck.json
|
!config/deck.json
|
||||||
|
|
||||||
|
|
|
||||||
27353
config/themes/theme_list.json
Normal file
27353
config/themes/theme_list.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue