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

# Gradle
build
.gradle

# IntelliJ IDEA
.idea
*.iml

# Eclipse
.classpath
.project
.settings
.gitignore

# OS X
.DS_Store