-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (49 loc) · 1.06 KB
/
Copy path.gitignore
File metadata and controls
53 lines (49 loc) · 1.06 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
*.iml
.gradle
/local.properties
/.idea
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
local.properties
/app/build
/baselineprofile/build
/app/release
*.apk
*.aab
*.jks
*.keystore
keystore.properties
.env
.zombie-build/
.kotlin/
# JVM hotspot crash dumps from local Gradle / Android Studio
hs_err_pid*.log
replay_pid*.log
# Local planning docs — keep local only.
# README.md is the only tracked markdown file. ROADMAP.md remains the local
# source of truth for open work; CHANGELOG.md and RESEARCH.md stay local.
# The broad *.md rule below enforces this policy.
CLAUDE.md
.claude/
RESEARCH.md
ROADMAP-COMPLETED.md
qa/
# Cross-project pollution — HostShield is a separate app whose research drafts
# sometimes end up in this working tree. Block them at the .gitignore layer and
# also lock with TrackedFilesAuditTest so they can never enter the tracked set.
HostShield-Research-Report.md
research/
# Markdown files local-only (except README)
*.md
!README.md
!docs/models.md
# AI config
CODEX_CHANGELOG.md
AGENTS.md
.codex/
.ai/
PROJECT_CONTEXT.md
CONTINUATION_PROMPT.md