aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: afa19b0d7fdec79a989de2a7bc9a16a3e35e5833 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
*/.DS_Store
.DS_Store
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/