* Add combined build * Link script location update * Security and validation fixes * Allow specifying target path in PR description * fix: Version match * Fix build detection issue * fix: Playwright deploy * Separate out the branch merge guard * Update docs and link info * test: Update the layout change to wait for network idle * Move audit late so the rest of the build can be worked on * Add text with network check to ensure we see this change is updated * Attempt to fix the mpr loading on ohif-downstream * PR review comments * Update docs * Update to CS3D 4.20.0 * PR comments * Add log on ohif-integration builds * Update build test * Removed unused space to kickoff build
69 lines
859 B
Plaintext
69 lines
859 B
Plaintext
# Packages
|
|
node_modules
|
|
.cursor/
|
|
.nyc_output/
|
|
# Output
|
|
build
|
|
dist
|
|
docs/_book
|
|
src/version.js
|
|
junit.xml
|
|
coverage/
|
|
.docz/
|
|
.yarn/
|
|
.nx/
|
|
addOns/yarn.lock
|
|
playwright-report/
|
|
|
|
# YALC (for Erik)
|
|
.yalc
|
|
yalc.lock
|
|
*.dcm
|
|
# Logging, System files, misc.
|
|
.idea/
|
|
.npm
|
|
npm-debug.log
|
|
package-lock.json
|
|
yarn-error.log
|
|
.DS_Store
|
|
.env
|
|
*.code-workspace
|
|
.directory
|
|
|
|
# Common Example Data Directories
|
|
sampledata/
|
|
example/deps/
|
|
docker/dcm4che/dcm4che-arc
|
|
|
|
# Cypress test results
|
|
videos/
|
|
|
|
|
|
# Locize settings
|
|
.locize
|
|
|
|
# autogenerated files
|
|
platform/app/src/pluginImports.js
|
|
/Viewers.iml
|
|
platform/app/.recipes/Nginx-Dcm4Chee/logs/*
|
|
platform/app/.recipes/OpenResty-Orthanc/logs/*
|
|
.vercel
|
|
|
|
.vs
|
|
|
|
# PlayWright
|
|
|
|
node_modules/
|
|
tests/test-results/
|
|
tests/playwright-report/
|
|
/blob-report/
|
|
/playwright/.cache/
|
|
|
|
**/.claude/settings.local.json
|
|
|
|
# cornerstone3D local linking
|
|
libs/
|
|
|
|
# Backup files
|
|
*~
|