Initial commit for WC-SPC project
This commit is contained in:
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user