-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
33 lines (29 loc) · 1.28 KB
/
Copy path.gitignore
File metadata and controls
33 lines (29 loc) · 1.28 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
# Local AI-agent tool state — never part of the project's own history
.claude/
**/.claude/
# Android / Gradle build output (once app development starts — see ARCHITECTURE.md §14)
build/
.gradle/
local.properties
*.iml
.idea/
# Reverse-engineering workspace: the pulled APK(s), decompiled output (JADX/apktool), and
# pbtk-extracted schemas are never committed to git — see AGENTS.md §4 ("Generated code is
# build-time only ... must never be committed to version control"), PROJECT.md's non-goals
# ("No distribution of the original Google APK or any part of it"), and PROJECT_RULES.md §8
# rule 20 (decompiled Java/smali is a reproduction of Google's copyrighted code, banned from
# this project's codebase even as research output — this holds even though it never leaves
# the maintainer's own machine, since "codebase" here means this git history). Git LFS does
# NOT exempt the APK file itself — anyone with repository access can still fetch an LFS
# object, which is still distribution. The whole tree below (one subfolder per analyzed APK
# version, per reverse-engineering/APK_VERSIONS.md) is ignored; only that small index file,
# tracked outside this tree, is committed.
reverse-engineering/apk/
*.apk
# OS/editor cruft
.DS_Store
Thumbs.db
*.swp
*~
# to big
CAP-009-recording1.mp4