Initial commit for WC-SPC project

This commit is contained in:
meswork
2026-05-27 13:59:56 +08:00
commit 120a18a651
1043 changed files with 255289 additions and 0 deletions

28
.gitignore vendored Normal file
View File

@@ -0,0 +1,28 @@
# Large local database backup
WC_WP12T_13L_2024.9.26___18.29.bak
*.bak
# Frontend dependencies and build outputs
MES-Manager_View/node_modules/
MES-Manager_View/dist/
MES-Manager_View/dist.zip
# IDE and local workspace files
.vs/
.idea/
.vscode/
*.suo
*.user
*.njsproj
*.sln.docstates
# Logs and crash dumps
*.log
*.stackdump
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# OS temporary files
.DS_Store
Thumbs.db