* Rebased to have just the static view changes * Changes based on the PR * Couple more changes for the PR * Removed an extraneous log * Fix the study worklist display when returning to the page * Added some documentation on the static wado data source setup, and a bounds check change on the Queue test which was failing * PR updates - change the undefined study description to '' and remove the aws deploy * Fixed the e2e tests to actually pass/fail correctly on actual results
39 lines
428 B
Plaintext
39 lines
428 B
Plaintext
# Packages
|
|
node_modules
|
|
|
|
# Output
|
|
build
|
|
dist
|
|
docs/_book
|
|
src/version.js
|
|
junit.xml
|
|
coverage/
|
|
.docz/
|
|
.yarn/
|
|
|
|
# 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
|
|
|
|
# Common Example Data Directories
|
|
sampledata/
|
|
example/deps/
|
|
docker/dcm4che/dcm4che-arc
|
|
|
|
# Cypress test results
|
|
videos/
|
|
screenshots/
|
|
|
|
# Locize settings
|
|
.locize
|