forked from HL7/fhir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
93 lines (80 loc) · 1.81 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# Per discussion at https://chat.fhir.org/#narrow/stream/9-committers/subject/clean.2Esh/near/183706
/publish/
/temp/
*.bak
*.class
*.~*
*.gen.svg
*.bck
holder.txt
/schema/*.xsd
/schema/codegen
/schema/datatypes
/implementations/javascript/app
# Intellij Stuff
.idea/
*.iml
out/
# Boring system files that don’t belong in the project repository
.DS_Store
source/.DS_Store
# Below here, default github template for Java projects
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
*.png
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/schema/fhir.schema.json
/tests/graphql/simple.json.out
/tests/resources/unicode.out.xml
*.prefs
pharmacy-medRequest
/tests/ig/output
/tests/ig/qa
/tests/ig/temp
/tests/ig10/output
/tests/ig10/qa
/tests/ig10/temp
/tests/ig14/output
/tests/ig14/qa
/tests/ig14/temp
/tests/ig30/output
/tests/ig30/qa
/tests/ig30/temp
/tests/ig/ig.ini
/tests/ig/resources/ig-expansion-parameters.json
/tests/ig/resources/ig-new.json
/tests/ig/resources/ig-new.xml
/tests/ig/resources/ig-validation-parameters.json
/tests/ig10/ig.ini
/tests/ig10/resources/ig-expansion-parameters.json
/tests/ig10/resources/ig-new.json
/tests/ig10/resources/ig-new.xml
/tests/ig10/resources/ig-validation-parameters.json
/tests/ig14/ig.ini
/tests/ig14/resources/ig-expansion-parameters.json
/tests/ig14/resources/ig-new.json
/tests/ig14/resources/ig-new.xml
/tests/ig14/resources/ig-validation-parameters.json
/tests/ig30/ig.ini
/tests/ig30/resources/ig-expansion-parameters.json
/tests/ig30/resources/ig-new.json
/tests/ig30/resources/ig-new.xml
/tests/ig30/resources/ig-validation-parameters.json
/implementations/r3maps/test-output
source/\.antlr/
images/\.antlr/