31 lines
392 B
Plaintext
31 lines
392 B
Plaintext
# 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/
|