-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
78 lines (73 loc) · 2.61 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
# 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
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
.DS_Store
.gradle/7.4.1/checksums/checksums.lock
.gradle/7.4.1/dependencies-accessors/dependencies-accessors.lock
.gradle/7.4.1/dependencies-accessors/gc.properties
.gradle/7.4.1/executionHistory/executionHistory.bin
.gradle/7.4.1/executionHistory/executionHistory.lock
.gradle/7.4.1/fileChanges/last-build.bin
.gradle/7.4.1/fileHashes/fileHashes.bin
.gradle/7.4.1/fileHashes/fileHashes.lock
.gradle/7.4.1/fileHashes/resourceHashesCache.bin
.gradle/7.4.1/gc.properties
.gradle/buildOutputCleanup/buildOutputCleanup.lock
.gradle/buildOutputCleanup/cache.properties
.gradle/buildOutputCleanup/outputFiles.bin
.gradle/file-system.probe
.gradle/vcs-1/gc.properties
.idea/.name
.idea/compiler.xml
.idea/gradle.xml
.idea/jarRepositories.xml
.idea/misc.xml
.idea/vcs.xml
out/production/resources/application.yaml
out/test/resources/features/AddHeros-API.feature
out/test/resources/features/AddHeros-CSV.feature
out/test/resources/features/AddHeros-UI.feature
out/test/resources/features/GenerateTaxReliefEngress.feature
out/test/resources/features/Login.feature
out/test/resources/features/SearchHeroes.feature
.gradle/7.3.2/checksums/checksums.lock
.gradle/7.3.2/dependencies-accessors/dependencies-accessors.lock
.gradle/7.3.2/dependencies-accessors/gc.properties
.gradle/7.3.2/executionHistory/executionHistory.lock
.gradle/7.3.2/fileChanges/last-build.bin
.gradle/7.3.2/fileHashes/fileHashes.lock
.gradle/7.3.2/gc.properties
build/reports/tests/test/classes/io.oppenheimer.test.TestCucumberFeaturesRunner.html
build/reports/tests/test/css/base-style.css
build/reports/tests/test/css/style.css
build/reports/tests/test/index.html
build/reports/tests/test/js/report.js
build/reports/tests/test/packages/io.oppenheimer.test.html
build/resources/main/application.yaml
build/resources/test/features/AddHeros-API.feature
build/resources/test/features/AddHeros-CSV.feature
build/resources/test/features/AddHeros-UI.feature
build/resources/test/features/GenerateTaxReliefEngress.feature
build/resources/test/features/Login.feature
build/resources/test/features/SearchHeroes.feature
build/test-results/test/binary/output.bin
build/test-results/test/binary/output.bin.idx
build/test-results/test/binary/results.bin
build/test-results/test/TEST-io.oppenheimer.test.TestCucumberFeaturesRunner.xml
build/tmp/compileTestJava/previous-compilation-data.bin
build/tmp/compileJava/previous-compilation-data.bin