-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (48 loc) · 1.86 KB
/
Copy path.gitignore
File metadata and controls
53 lines (48 loc) · 1.86 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
# ──────────────────────────────
# Android
# ──────────────────────────────
*.apk
*.aab
*.ap_
*.dex
*.class
bin/
gen/
out/
build/
local.properties # contains your local SDK path, never commit this
# ──────────────────────────────
# Android Studio / IntelliJ IDEA
# ──────────────────────────────
.idea/workspace.xml
.idea/tasks.xml
.idea/shelf/
.idea/dictionaries/
.idea/httpRequests/
.idea/dataSources/
.idea/dataSources.local.xml
.idea/.name
*.iml # some teams keep these, but they're often machine-specific
# ──────────────────────────────
# Gradle
# ──────────────────────────────
.gradle/
gradle-app.setting
!gradle-wrapper.jar # keep the wrapper so teammates don't need Gradle installed
.gradletasknamecache
# ──────────────────────────────
# Kotlin / JVM
# ──────────────────────────────
*.kotlin_module
# ──────────────────────────────
# Ktor / sensitive config
# ──────────────────────────────
local.properties
secrets.properties # if you store API keys/base URLs here
*.env
api_keys.xml # if you put keys in res/values
# ──────────────────────────────
# OS junk
# ──────────────────────────────
.DS_Store
Thumbs.db