aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 59bfdd15f351272e3f22a25d321fc2b83706a62c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Eclipse
.classpath
.project
.settings/

# Maven
log/
target/

# Package Files #
*.jar
*.war
*.ear

# Other
*.class
*.orig
.idea/*
/bin/
*.iml