-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (42 loc) · 573 Bytes
/
.gitignore
File metadata and controls
54 lines (42 loc) · 573 Bytes
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
# Gradle
.gradle/
local.properties
# Kotlin
.kotlin/
# mdBook
book/
# Generated folders
bin/
build/
gen/
out/
# Generated files
*.aab
*.apk
*.ap_
*.class
*.dex
# Keystore files
*.jks
*.keystore
# Signing files
.signing/
*.signing.properties
# IDEA/Android Studio ignores
*iml
.idea/*
# IDEA/Android Studio includes
!.idea/icon.png
!.idea/codeStyles/
!.idea/fileTemplates/
# Android Studio captures folder
captures/
# Mac thumbnail db
.DS_Store
# Screenshots
adb-screenshots/
# Extracted eml files
eml-files/
# Merged PRs report
merged-prs-*.md
merged-prs-*.csv