Another batch of meteor files

This commit is contained in:
dannyrb 2019-04-16 13:42:54 -04:00
parent b8e1a6e745
commit c92539dae6
5 changed files with 0 additions and 55 deletions

View File

@ -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/

View File

@ -1,4 +1,3 @@
config/**
docs/**
img/**
StandaloneViewer/**

0
.gitmodules vendored
View File

View File

@ -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
}
}