-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
23 lines (23 loc) · 1.18 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
target
.classpath
.project
.settings/
.DS_Store
.idea
*.iml
*test/resources/outputs/*
hit-core-service/src/test/resources/outputs/1-Message-ValidationReport.pdf
hit-core-service/src/test/resources/outputs/1-TestStepMessageValidationReport.pdf
hit-core-service/src/test/resources/outputs/1-TestStepMessageValidationReport.xml
hit-core-service/src/test/resources/outputs/2-TestStepManualValidationReport.pdf
hit-core-service/src/test/resources/outputs/2-TestStepManualValidationReport.xml
hit-core-service/src/test/resources/outputs/3-TestStepMesssageValidationReport.pdf
hit-core-service/src/test/resources/outputs/3-TestStepMesssageValidationReport.xml
hit-core-service/src/test/resources/outputs/4-TestStepMesssageValidationReport.pdf
hit-core-service/src/test/resources/outputs/4-TestStepMesssageValidationReport.xml
hit-core-service/src/test/resources/outputs/5-TestStepMessageValidationReport.html
hit-core-service/src/test/resources/outputs/5-TestStepMessageValidationReport.xml
hit-core-service/src/test/resources/outputs/TestCaseValidationReport.html
hit-core-service/src/test/resources/outputs/TestCaseValidationReport.pdf
hit-core-service/src/test/resources/outputs/TestCaseValidationReport.xml
/bin/