ohif-viewer/.gitignore
Eric Taix 7c0756824e
fix: modules name to reflect typescript usage (#2909)
* Prevent IntelliJ config file from being pushed to the repository

* Rename module's name to reflect the created file for a new mode

* Rename the module's name to reflect the filed created for a new extension which uses now typescript
2022-09-05 10:32:03 -04:00

43 lines
501 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
# autogenerated files
platform/viewer/src/pluginImports.js
/Viewers.iml