aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 2485eadbb82c1db2f077eda192c01db5e13167ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
build/
.gradle/

# Ignore IDE data to push towards a universally Gradle controlled environment
.idea/
.settings/
.classpath
.project

# A temporary file sometimes generated
temp_recording.wav

# Ignore files generated by ant.
buildant/
dist/