-
Notifications
You must be signed in to change notification settings - Fork 19
/
.gitignore
69 lines (61 loc) · 1.8 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# See https://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
node_modules
package-lock.json
# testing
/coverage
# production
/build
# misc
.DS_Store
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# sass outputs
# *.css // Add once project has completely converted to SASS
/src/context/EditorPortal.css
/src/context/ContextOptions.css
/src/context/ContextItem.css
/src/context/ContextListOptions.css
/src/context/ContextGetHelp.css
/src/context/ContextTray.css
/src/context/ShortcutViewModeContent.css
/src/context/SnippetViewModeContent.css
/src/dashboard/CompassAppDashboard.css
/src/dashboard/PointOfCareDashboard.css
/src/dashboard/NextPatientButton.css
/src/elements/SearchBar.css
/src/forms/MultiChoiceButton.css
/src/forms/SingleChoiceButton.css
/src/lib/react-minimap/react-minimap.css
/src/mcode-pilot/**/*.css
/src/notes/ActiveContextsBreadcrumbs.css
/src/notes/fillFieldComponents/MenuItemSetFillForPlaceholder.css
/src/notes/FillPlaceholder.css
/src/notes/FluxNotesEditor.css
/src/notes/NoteAssistant.css
/src/patientControl/SearchSuggestion.css
/src/panels/NotesPanel.css
/src/panels/PatientControlPanel.css
/src/panels/TargetedDataPanel.css
/src/patientControl/PatientSearch.css
/src/patientControl/PatientSelectionModal.css
/src/styles/FullApp.css
/src/styles/LandingPage.css
/src/styles/PointOfCareApp.css
/src/styles/Pilot2MvpApp.css
/src/summary/ConditionSelection.css
/src/summary/LongitudinalTable.css
/src/summary/NarrativeNameValuePairsVisualizer.css
/src/summary/ProgressionLineChartVisualizer.css
/src/summary/SummaryHeader.css
/src/summary/TabularListVisualizer.css
/src/summary/TargetedDataSection.css
/src/templates/*.css
/src/timeline/Timeline.css
/src/timeline/TimelineEventsVisualizer.css
/src/dataaccess/*.backup
#Visual Paradigm Project Files
*.vpp.bak*
*.vpp.lck*
.vscode/