-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (50 loc) · 792 Bytes
/
Copy path.gitignore
File metadata and controls
63 lines (50 loc) · 792 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
55
56
57
58
59
60
61
62
63
# JetBrains / IDE
*.iml
.DS_Store
/.idea/
# Local configuration
local.properties
keystore.properties
# Gradle
/.gradle/
.gradle
gradle-app.setting
# Build output
/build/
**/build/
/app/build/
build/generated/
build/outputs/
# Kotlin
.kotlin/
*.kotlin_module
# Android Studio
/captures/
.externalNativeBuild/
.cxx/
# Signing
*.keystore
*.jks
release.keystore
# Misc
out/
*.log
*.orig
# Secrets / service files (uncomment if you keep these locally)
# /google-services.json
# /app/google-services.json
# Logos and branding assets
/LOGOS/
/BACKUP-LOGOS/
# Claude Code / AI assistant
CLAUDE.md
.claude/
.vscode/
.playwright-mcp/
# Brand change documentation
BRAND-CHANGE.md
# Internal planning and submission docs
GOOGLE_PLAY_PREP.md
apkautobuild.md
flavorrelease.md
CI-MONITORING.md