* add .DS_Store to .gitignore * create header component * add icons image file to the project * add new theme variables * insert header component into Viewer * add web fonts * create dropdown component * update header styles * import dropdown with custom list into header component * reindent index * Update index.html * create json file for header menu settings * import header menu * header prefix
14 lines
230 B
Plaintext
14 lines
230 B
Plaintext
.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/
|
|
docs/_book
|
|
OHIFViewer-react/build/
|
|
.DS_Store
|