-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
55 lines (49 loc) · 1.24 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
# Temporary folders #
#####################
fsh-generated
temp
template
output
# Ignore large files and frequently changed files in input-cache #
##################################################################
input-cache/org.hl7.fhir.publisher.jar
input-cache/publisher.jar
input-cache/schemas/
# input-cache/txcache/
input-cache/*
# OS generated files #
######################
Thumbs.db
.DS_Store
.DS_Store?
# backup files #
################
*.bak
# IDE generated files #
#######################
.vscode
.idea
# Microsoft Office temp files #
###############################
~$*.xlsx
input-cache/txcache/all-systems.cache
input-cache/txcache/http___cancerstaging.org.cache
input-cache/txcache/http___varnomen.hgvs.org.cache
input-cache/txcache/http___www.genenames.org.cache
input-cache/txcache/http___www.ncbi.nlm.nih.gov_clinvar.cache
input-cache/txcache/http___www.sequenceontology.org_.cache
input-cache/txcache/icd-10-cm.cache
input-cache/txcache/iso3166.cache
input-cache/txcache/lang.cache
input-cache/txcache/loinc.cache
input-cache/txcache/rxnorm.cache
input-cache/txcache/snomed.cache
input-cache/txcache/ucum.cache
input-cache/txcache/umls.cache
input-cache
# Automated testing
.classpath
.project
.settings/*
target/*
.mvn/wrapper/maven-wrapper.jar