-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (38 loc) · 726 Bytes
/
Copy path.gitignore
File metadata and controls
50 lines (38 loc) · 726 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
# Ignore Android Studio specific files
.idea/
*.iml
# Ignore Gradle-related cache and build files
.gradle/
**/build/
# Ignore local properties (SDK-specific)
local.properties
# Ignore Native build files
.externalNativeBuild/
.cxx/
# Ignore log files
*.log
# Ignore compiled Java class files
*.class
# Ignore APKs and generated assets
*.apk
*.aab
*.dex
# Ignore caches
captures/
# Ignore dependency directories
app/libs/
app/release/
app/debug/
# Ignore Gradle wrapper binaries
gradle/wrapper/dists/
# Ignore Keystore files (important for security)
*.jks
*.keystore
# Ignore temporary files
*.swp
*~.nib
*.DS_Store
# Planning docs (not for commit)
implementation_plan.md
zenlock_ios_technical_reference.md
.claude/