forked from hapifhir/org.hl7.fhir.core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
309 lines (274 loc) · 12.1 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
.attach*
*.out
/bin
/target
target/
.idea/
.metadata/
RemoteSystemsTempFiles/
Servers/
*.iml
*.log
*.log*
nohup.out
.DS_Store
*.orig
tmp.txt
*.hprof
tmp.txt
ca.uhn.fhir.jpa.entity.ResourceIndexedSearchParamString/
ca.uhn.fhir.jpa.entity.ResourceTable/
ca.uhn.fhir.jpa.entity.TermConcept/
.java-version
# Vagrant stuff.
.vagrant
/vagrant/build
/vagrant/chef/tmp
jpaserver_derby_files
# Created by https://www.gitignore.io
### Java ###
*.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
*.class
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
tbl_bck*.png
### Maven ###
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
### Vim ###
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~
### Intellij ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
*.iml
## Directory-based project format:
.idea/
# if you remove the above rule, at least ignore the following:
# User-specific stuff:
# .idea/workspace.xml
# .idea/tasks.xml
# .idea/dictionaries
# Sensitive or high-churn files:
# .idea/dataSources.ids
# .idea/dataSources.xml
# .idea/sqlDataSources.xml
# .idea/dynamic.xml
# .idea/uiDesigner.xml
# Gradle:
# .idea/gradle.xml
# .idea/libraries
# Mongo Explorer plugin:
# .idea/mongoSettings.xml
## File-based project format:
*.ipr
*.iws
## Plugin-specific files:
# IntelliJ
/out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
### Eclipse ###
*.pydevproject
.metadata
.gradle
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.loadpath
*.hprof
.project
.classpath
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# JDT-specific (Eclipse Java Development Tools)
**/.settings
**/.target
**/.factorypath
**/.springBeans
**/.checkstyle
# PDT-specific
.buildpath
# sbteclipse plugin
.target
# TeXlipse plugin
.texlipse
/org.hl7.fhir.r4/src/test/resources/gen
/org.hl7.fhir.r4/src/test/resources/graphql/*.out
/org.hl7.fhir.r4/src/main/resources/graphql/*.out
/org.hl7.fhir.r4/src/main/resources/gen
/release_batch_template.txt
/org.hl7.fhir.r5/src/main/resources/graphql/*.out
/zuliprc
/org.hl7.fhir.validation/src/test/resources/comparison/output/*.html
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t1-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t10-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t11-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t12-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t12a-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t13-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t14-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t15-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t16-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t17-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t18-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t19-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t2-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t21-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t22-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t23-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t24a-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t24b-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t26-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t27-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t28-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t29-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t3-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t30b-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t31-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t32-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t33-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t34-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t35-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t36-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t38-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t4-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t40-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t41-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t42-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t43-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t44-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t5-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t6-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t7-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t8-output.xml
/org.hl7.fhir.r5/src/main/resources/snapshot-generation/t9-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t1-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t10-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t11-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t12-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t12a-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t13-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t14-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t15-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t16-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t17-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t18-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t19-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t2-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t21-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t22-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t23-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t24b-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t26-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t27-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t28-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t29-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t3-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t30b-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t31-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t32-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t33-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t34-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t35-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t36-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t38-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t4-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t40-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t41-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t42-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t43-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t44-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t5-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t6-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t7-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t8-output.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t9-output.xml
/org.hl7.fhir.r4/src/main/resources/fml/*.out
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/samply1-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t1-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t10-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t11-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t12-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t12a-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t13-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t14-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t15-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t16-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t17-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t18-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t19-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t2-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t21-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t22-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t23-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t23a-input.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t24b-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t26-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t27-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t28-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t29-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t3-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t30b-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t31-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t32-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t33-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t34-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t35-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t36-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t38-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t4-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t40-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t41-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t42-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t43-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t44-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t4a-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t5-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t6-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t7-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t8-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t9-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/dv1-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t45-actual.xml
/org.hl7.fhir.r5/src/test/resources/gen/gen.xml
/org.hl7.fhir.r5/src/test/resources/graphql/*.out
/org.hl7.fhir.validation/src/test/resources/comparison/output
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/au2-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/au3-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/t29b-input.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/logical1-actual.xml
/org.hl7.fhir.r5/src/test/resources/snapshot-generation/logical2-actual.xml
/org.hl7.fhir.r5.new
/org.hl7.fhir.r5.newc
/org.hl7.fhir.r4b.new
org.hl7.fhir.r5/var/lib/.fhir/packages/