-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
72 lines (66 loc) · 1.13 KB
/
Copy path.gitignore
File metadata and controls
72 lines (66 loc) · 1.13 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
.gradle/
.idea/
crowdin.properties
local.properties
.DS_Store
build/
app/preRelease/
app/release/
app/debug/
app/libs/am-common.jar
toybox/src/main/jniLibs
app/src/main/assets/am.jar
app/src/main/assets/main.jar
pids
/logs
node_modules
npm-debug.log
coverage/
run
dist
.nyc_output
.basement
config.local.js
basement_dist
*.apk
*.iml
*.jks
*~
scripts/KeyStore.sh
# JVM crash / replay artifacts from failed Gradle test workers
hs_err_pid*.log
replay_pid*.log
# AppManagerNG — local working files (never commit)
CLAUDE.md
CODEX_CHANGELOG.md
.claude/
*.bak
keystore.properties
release.keystore
release.jks
.factory/
codexprompt.md
codexprompt-*.md
# Markdown files local-only (except README, CHANGELOG, RESEARCH, ROADMAP,
# and reviewer-facing docs under docs/)
*.md
!CONTRIBUTING.md
!PROJECT_CONTEXT.md
!README.md
!CHANGELOG.md
!/RESEARCH.md
!/ROADMAP.md
!/Roadmap_Blocked.md
!docs/**/*.md
# Maintainer-local documentation archives (not published with the repository)
docs/archive/
docs/roadmap/archive/
docs/patch-references/
docs/raw/changelog_old.md
# AI artifacts
.ai/
CONTINUATION_PROMPT.md
RESEARCH_FEATURE_PLAN*.md
# AI config
AGENTS.md
.codex/