aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 5cc761964c03dafa42ee552e993e088f777b9a23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
build/
.gradle/
/.idea/
.DS_Store
*.iml
local.properties
/codecov.sh
outputs/

#jacoco
*.exec

#ndk stuff
.cxx
.externalNativeBuild/

!/gradle/wrapper/gradle-wrapper.jar

#vscode
.project
.settings/
.classpath
.vscode/

#generated files
*_words_*.dict
*_words_dict_array.xml
*.apk

add_ons_apks/

.robolectric-android-all-jars/

#gradle build loggin
build-logging/

#changelogs are only included alpha.txt
**/src/*/play/release-notes/*/beta.txt
**/src/*/play/release-notes/*/production.txt