summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 0db91cbbe71ea29e72b066a6e8395c7a1f9a793d (plain)
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
.classpath
.project
.settings/

target/
dependency-reduced-pom.xml

.DS_Store

**/*.iml

*.class
*.jar
*.war
*.ear
*.iml
*.iws
*.ipr

.tm_*
.classpath
.project
.settings/
.idea/
.gradle/
out/