summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 6d96b59f4ac5fac525d1ee6c54a73232608d8e34 (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/
src/main/webapp/

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

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