-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
102 lines (77 loc) · 1.57 KB
/
Copy path.gitignore
File metadata and controls
102 lines (77 loc) · 1.57 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# built native files (uncomment if you build your own)
# *.o
# *.so
# generated files
bin/
gen/
# Kotlin folder
.kotlin
# Ignore gradle files
.gradle/
build/kotlin
build/kover
build/reports
app-center/build
build-type/build
# Ignore module build gradles files
base/vm/build
base/test-ext/build
base-resources/build
buildSrc/.gradle
buildSrc/build
buildSrc/.kotlin
compose/components/build
compose/theme/build
data/firebase/build
data/room/build
data/shared/build
data/user/build
data-store/build
data-test/firebase/build
data-test/room/build
data-test/user/build
feature/create-account/build
feature/forgot-password/build
feature/home/build
feature/login/build
feature/players/build
feature/players/shots/build
feature/shots/build
feature/reports/build
feature/settings/build
feature/splash/build
feature/voice-commands/build
firebase/core/build
firebase/util/build
helper/account/build
helper/compose-content-test-rule/build
helper/constants/build
helper/extensions/build
helper/file-generator/build
helper/network/build
helper/notifications/build
helper/reviews/build
helper/ui/build
libs/voice-flow-core/build
navigation/build
# Local configuration file (sdk path, etc)
local.properties
# Credentials file (contains sensitive information)
credentials.properties
# Proguard folder generated by Eclipse
proguard/
# Eclipse Metadata
.metadata/
# Mac OS X clutter
*.DS_Store
# Windows clutter
Thumbs.db
# Intellij IDEA (see https://intellij-support.jetbrains.com/entries/23393067)
.idea