Another batch of meteor files
This commit is contained in:
parent
b8e1a6e745
commit
c92539dae6
@ -1,17 +0,0 @@
|
||||
.idea/
|
||||
.meteor/local
|
||||
.meteor/meteorite
|
||||
.meteor/dev_bundle
|
||||
*/.meteor/dev_bundle
|
||||
node_modules
|
||||
.npm
|
||||
npm-debug.log
|
||||
Packages/active-entry/helloworld/
|
||||
LesionTracker/tests/nightwatch/reports/
|
||||
package-lock.json
|
||||
docs/_book
|
||||
docs/
|
||||
img/
|
||||
test/
|
||||
LesionTracker/
|
||||
StandaloneViewer/
|
||||
@ -1,4 +1,3 @@
|
||||
config/**
|
||||
docs/**
|
||||
img/**
|
||||
StandaloneViewer/**
|
||||
|
||||
0
.gitmodules
vendored
0
.gitmodules
vendored
37
conf.json
37
conf.json
@ -1,37 +0,0 @@
|
||||
// Run with jsdoc . -r -c conf.json -d docs
|
||||
{
|
||||
"tags": {
|
||||
"allowUnknownTags": true,
|
||||
"dictionaries": ["jsdoc"]
|
||||
},
|
||||
"source": {
|
||||
"include": ["Packages", "OHIFViewer", "LesionTracker"],
|
||||
"includePattern": ".+\\.js(doc)?$",
|
||||
"excludePattern": "(^|\\/|\\\\)_",
|
||||
"exclude": ["Packages/cornerstone/", "node_modules", "docs", "etc"]
|
||||
},
|
||||
"plugins": ["plugins/markdown"],
|
||||
"templates": {
|
||||
"logoFile": "",
|
||||
"cleverLinks": false,
|
||||
"monospaceLinks": false,
|
||||
"dateFormat": "ddd MMM Do YYYY",
|
||||
"outputSourceFiles": false,
|
||||
"outputSourcePath": false,
|
||||
"systemName": "OHIF Meteor Packages",
|
||||
"footer": "OHIF",
|
||||
"copyright": "Copyright © 2015 Open Health Imaging Foundation",
|
||||
"navType": "vertical",
|
||||
"theme": "flatly",
|
||||
"linenums": true,
|
||||
"collapseSymbols": false,
|
||||
"inverseNav": true,
|
||||
"highlightTutorialCode": true,
|
||||
"protocol": "html://",
|
||||
"methodHeadingReturns": false
|
||||
},
|
||||
"markdown": {
|
||||
"parser": "gfm",
|
||||
"hardwrap": true
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user