mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-03-19 03:36:30 +01:00
refactor: backend standardization (service layer, validation, route splitting) + image cache and Scryfall API fixes
This commit is contained in:
parent
e81b47bccf
commit
f784741416
35 changed files with 7054 additions and 4344 deletions
|
|
@ -41,6 +41,10 @@ dist/
|
|||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Exclude compiled TypeScript output (will be regenerated in Docker build)
|
||||
code/web/static/js/
|
||||
node_modules/
|
||||
|
||||
# Exclude OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue