-
Notifications
You must be signed in to change notification settings - Fork 28
/
.gitignore
83 lines (75 loc) · 2.55 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
# Resources #
+###################
src/test/resources/aResource
src/test/resources/aResourcesDirectory/
src/test/resources/test-projects/.gradle/
src/test/resources/test-projects/gjp_cp
src/test/resources/test-projects/test-projects.properties
src/test/resources/test-projects/sample.properties
src/test/resources/mockito/log/
src/test/resources/sample/log/
src/test/resources/test-projects/log/
src/test/resources/multiple-pom/log/
src/test/resources/multiple-pom/module-1/module-2-1/log/
dspot/src/test/resources/mockito/log/
dspot/src/test/resources/multiple-pom/module-1/module-2-1/log/
dspot/src/test/resources/sample/log/
dspot/src/test/resources/test-projects/log/
dspot/src/test/resources/.gradle/
dspot/src/test/resources/gradle/
dspot/src/test/resources/mockito/.dspot_pom.xml
dspot/src/test/resources/multiple-pom/module-1/module-2-1/.dspot_pom.xml
dspot/src/test/resources/project-with-resources/.dspot_pom.xml
dspot/src/test/resources/sample/.dspot_pom.xml
dspot/src/test/resources/test-projects/.dspot_pom.xml
dspot/src/test/resources/multiple-pom_1/module-1/module-2-1/.dspot_pom.xml
dspot/src/test/resources/regression/test-projects_0/.dspot_pom.xml
dspot/src/test/resources/regression/test-projects_1/.dspot_pom.xml
dspot/src/test/resources/mockito/.dspot__junit5_pom.xml
dspot/src/test/resources/multiple-pom/module-1/module-2-1/.dspot__junit5_pom.xml
dspot/src/test/resources/multiple-pom_1/module-1/module-2-1/.dspot__junit5_pom.xml
dspot/src/test/resources/project-with-resources/.dspot__junit5_pom.xml
dspot/src/test/resources/regression/test-projects_0/.dspot__junit5_pom.xml
dspot/src/test/resources/regression/test-projects_1/.dspot__junit5_pom.xml
dspot/src/test/resources/regression/test-projects_2/.dspot__junit5_pom.xml
dspot/src/test/resources/sample/.dspot__junit5_pom.xml
dspot/src/test/resources/test-projects/.dspot__junit5_pom.xml
dspot-maven/src/test/resources/multi-module/module/.dspot__junit5_pom.xml
dspot-maven/src/test/resources/multi-module/module/.dspot_pom.xml
dspot-maven/src/test/resources/test-projects/.dspot__junit5_pom.xml
dspot-out/
**/*.dspot_junit5_pom.xml
**/*.dspot_pom.xml
*.properties
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
# Compiled source #
###################
*.class
# intelliJ File #
#####################
**.idea
**.iml
.Rapp.history
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
/repo/
/result/
/tmpDir/
.classpath
.project
.settings/