summaryrefslogtreecommitdiff
path: root/.gitignore
blob: e3abc309ca05c454315a78380b5f3358f85caa5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/lib
out
/run

.classpath
.gradle
.project
.settings
*.iml

.DS_Store
*.swp

.java-version

# Ignore Gradle build output directory
build