-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
54 lines (46 loc) · 1.16 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
./orthanc_db/*
/orthanc_db/*
Viewers-3.7.0/platform/core/node_modules/
Viewers-3.7.0/platform/cli/node_modules/
**/node_modules/
# Packages
Viewers-3.7.0/node_modules
# Output
Viewers-3.7.0/build
Viewers-3.7.0/dist
Viewers-3.7.0/docs/_book
Viewers-3.7.0/src/version.js
Viewers-3.7.0/junit.xml
Viewers-3.7.0/coverage/
Viewers-3.7.0/.docz/
Viewers-3.7.0/.yarn/
# YALC (for Erik)
Viewers-3.7.0/.yalc
Viewers-3.7.0/yalc.lock
Viewers-3.7.0/*.dcm
# Logging, System files, misc.
Viewers-3.7.0/.idea/
Viewers-3.7.0/.npm
Viewers-3.7.0/npm-debug.log
Viewers-3.7.0/package-lock.json
Viewers-3.7.0/yarn-error.log
Viewers-3.7.0/.DS_Store
Viewers-3.7.0/.env
Viewers-3.7.0/*.code-workspace
# Common Example Data Directories
Viewers-3.7.0/sampledata/
Viewers-3.7.0/example/deps/
Viewers-3.7.0/docker/dcm4che/dcm4che-arc
# Cypress test results
Viewers-3.7.0/videos/
Viewers-3.7.0/screenshots/
# Locize settings
Viewers-3.7.0/.locize
# autogenerated files
Viewers-3.7.0/platform/app/src/pluginImports.js
/Viewers.iml
Viewers-3.7.0/platform/app/.recipes/Nginx-Dcm4Che/dcm4che/dcm4che-arc/*
Viewers-3.7.0/platform/app/.recipes/OpenResty-Orthanc/logs/*
Viewers-3.7.0/.vercel
Viewers-3.7.0/.vs
.DS_Store