mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-03-18 19:26:31 +01:00
chore: track package.json, package-lock.json, tsconfig.json for Docker build
This commit is contained in:
parent
0ccb05f792
commit
a0b7eec0b1
4 changed files with 1760 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -44,6 +44,9 @@ logs/perf/*
|
|||
!logs/perf/theme_preview_warm_baseline.json
|
||||
|
||||
# Node.js and build artifacts
|
||||
!package.json
|
||||
!package-lock.json
|
||||
!tsconfig.json
|
||||
node_modules/
|
||||
code/web/static/js/
|
||||
code/web/static/styles.css
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue