-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
86 lines (78 loc) · 1.96 KB
/
Copy path.gitignore
File metadata and controls
86 lines (78 loc) · 1.96 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
# Android / Gradle
*.iml
.gradle/
local.properties
.idea/
.DS_Store
build/
app/build/
fdroid/build/
fdroid/logs/
fdroid/repo/
fdroid/srclibs/
fdroid/tmp/
fdroid/unsigned/
captures/
# Local device-evidence scratch (screenshots, UI dumps, snapshots pulled off a device)
work/
.externalNativeBuild/
.cxx/
*.apk
*.aab
*.ap_
*.dex
*.class
release/
# Keystores (NEVER commit)
*.jks
*.keystore
keystore.properties
# Kotlin
.kotlin/
# Local agent working notes (never commit)
CLAUDE.md
CODEX_CHANGELOG.md
.claude/
*.bak
AUDIT_COMPLETE.md
PHASE_5_CHECKPOINT.md
build.log
buildlog.txt
build_output.txt
build_*.bat
build.sh
# Markdown files local-only (except README and the changelog).
# ROADMAP.md and RESEARCH.md were tracked for a while despite this rule; they are untracked
# now so working-tree churn stops being published.
# The negations are rooted with a leading slash on purpose: a bare `!README.md` matches at any
# depth, which is how docs/archive/ui-snapshots/README.md ended up tracked while every file it
# described stayed ignored.
*.md
!/README.md
!/CHANGELOG.md
!/CONTRIBUTING.md
# The local documentation tree is working notes, not published material. Publishing it is a
# separate, deliberate decision; until then only the files README.md links to are tracked.
# This has to exclude the directory's *contents* rather than the directory itself: git cannot
# re-include a file whose parent directory is excluded, so `docs/` plus a negation would leave
# EXTERNAL_INTENTS.md ignored and the README link broken on github.com.
docs/*
!/docs/EXTERNAL_INTENTS.md
# AI config
AGENTS.md
.codex/
.ai/
PROJECT_CONTEXT.md
CONTINUATION_PROMPT.md
# Signing material stays outside the repository.
*.jks
*.keystore
*.p12
*.pfx
*.bks
signing.properties
keystore.properties
# Compose screenshot references are intentional source assets. Reports, diffs, and transient
# rendered images remain local build output and must not become review noise.
app/src/screenshotTest*/actual/
app/src/screenshotTest*/diff/