2026-05-04-02-38-48 建立代码编纂工作流文档
This commit is contained in:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
WebSite/node_modules/
|
||||
|
||||
# Build output
|
||||
dist/
|
||||
WebSite/dist/
|
||||
|
||||
# Local env
|
||||
.env
|
||||
.env.*
|
||||
WebSite/.env
|
||||
WebSite/.env.*
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# Medical/source data assets are excluded from document backup commits by default.
|
||||
Head_CT_DICOM/
|
||||
Head_CT_ReConstruct/
|
||||
|
||||
# OS/editor noise
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.vscode/
|
||||
.idea/
|
||||
Reference in New Issue
Block a user