- Refactored model source directory logic to dynamically select between production and local paths. - Updated error messages to provide clearer context on model source lookup failures. - Added package-lock.json to .gitignore to streamline dependency management.
27 lines
376 B
Plaintext
27 lines
376 B
Plaintext
.gitignore
|
|
.env
|
|
.depall.sh
|
|
.depfe.sh
|
|
.depbe.sh
|
|
node_modules
|
|
node_modules/*
|
|
**/package-lock.json
|
|
backend/.env
|
|
backend/images
|
|
backend/images/*
|
|
backend/node_modules
|
|
backend/node_modules/*
|
|
frontend/.env
|
|
frontend/node_modules
|
|
frontend/node_modules/*
|
|
frontend/dist
|
|
frontend/dist/*
|
|
frontedtree.txt
|
|
backend/dist/
|
|
backend/data/model-cache
|
|
build
|
|
build/*
|
|
.vscode
|
|
.vscode/*
|
|
.clang-format
|