-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
107 lines (87 loc) · 1.14 KB
/
.gitignore
File metadata and controls
107 lines (87 loc) · 1.14 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
103
104
105
106
107
# Gradle files
.gradle/
build/
**/build/
*/build/
# Local configs
local.properties
*.local
*.keystore
*.jks
# IntelliJ / Android Studio
.idea/
*.iml
*.ipr
*.iws
out/
# Log files
*.log
# Android specific
captures/
outputs/
release/
debug/
generated/
navigation.json
# APK / AAB / Dex / Class files
*.apk
*.aab
*.ap_
*.dex
*.class
*.aar
*.jar
*.war
# NDK
obj/
.externalNativeBuild/
# MacOS junk
.DS_Store
.AppleDouble
.LSOverride
# Windows junk
Thumbs.db
ehthumbs.db
Desktop.ini
# Kotlin build cache
.kotlinc/
.kotlin/
# Gradle cache
.gradle/
!gradle-wrapper.jar
gradle-app.setting
# Local test data
/test-output/
*/test-output/
# Flutter sub-module (if using)
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub/
dart_tool/
# Fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
# VS Code
.vscode/
# Signing files
signing.properties
# Misc
*.tmp
*.temp
*.orig
*.swp
*.swo
*.bak
# Jetpack Compose previews
**/build/intermediates/compose-*
# Lint
lint/intermediates/
lint/generated/
# Firebase / Google configs (if private)
google-services.json
GoogleService-Info.plist
# AGP 8+
buildSrc/.gradle/