-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
99 lines (79 loc) · 1.33 KB
/
Copy path.gitignore
File metadata and controls
99 lines (79 loc) · 1.33 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
alles.bat
build-debug-apk.bat
build-apk.bat
check-release-apk-on-emulator.bat
run-app-on-emulator.bat
run-gradle-android-studio-jdk.bat
run-release-apk-on-emulator.bat
setup-java17-env.bat
uninstall-app-from-emulator.bat
build-apk-signed.bat
_*.bat
__*.bat
# Gradle / Android build artifacts
.gradle/
build/
**/build/
*.perfetto-trace
*benchmarkData.json
benchmark-reports/
# Local SDK path / local machine config
local.properties
# IDE (Android Studio / IntelliJ)
.idea/
*.iml
# APK / AAB / signing artifacts
artifacts/
apks/
*.apk
*.aab
*.ap_
*.idsig
sign-release-local.bat
signing.local.properties
signing.local.properties.example
# Logs
*.log
logs/
# Local runtime data
*.sqlite
*.sqlite-*
*.db
*.db-*
# Local agent/tool settings
.claude/settings.json
# Local agent/workflow context - keep on this machine, do not publish
AGENTS.md
MEMORY.md
CLAUDE.md
local-scripts/
.agents/
.codex/
.claude/
workflow/
docs_context/
governance/
docs/
!docs/
docs/*
!docs/VERSIONING.md
plans/
IterationManager.ps1
select_profile.ps1
# Local scratch prompts and notes
Install
Prompt_Android_studio_v*.md
# Local emulator/UI inspection dumps
ui*.xml
emulator-screen.png
# Local exported copies and screenshots
githubfolder/
xxx/
# OS noise
.DS_Store
Thumbs.db
# Local project backup archives
*_backup_*.7z
# Optional local signing files
*.jks
*.keystore