blob: 70a26f71dfbed41849ff523aadc1167299a7545f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Eclipse
.classpath
.project
.settings/
# Maven
log/
target/
# Package Files #
*.jar
*.war
*.ear
# Other
*.class
*.orig
.idea/*
/bin/
sdc-tosca-parser/test-output/**/*
*.iml
|