aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 942c3986a9b7a2d5fb5c66f0d404f2665fe89fc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maven
target/
*.ser
*.ec

# IntelliJ Idea
.idea/
out/
*.ipr
*.iws
*.iml

# Eclipse
.classpath
.project
.settings/
.metadata/

# OS X
.DS_Store