aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 2a18d552a9163a88b9192dde6fbf392388fad66d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Gradle
build
.gradle

# IntelliJ IDEA
.idea
*.iml

# Eclipse
.classpath
.project
.settings
.gitignore
bin

# OS X
.DS_Store