-
-
Notifications
You must be signed in to change notification settings - Fork 144
Expand file tree
/
Copy path.gitignore
More file actions
85 lines (70 loc) · 2.14 KB
/
Copy path.gitignore
File metadata and controls
85 lines (70 loc) · 2.14 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
/.metadata/
node_modules/
dist/
.gradle
.idea
.cxx/
local.properties
gen/
scratch/
obj/
bin/
.svn/
**/.vscode/
.project
.DS_Store
.settings
thumbs.db
.classpath
android-runtime.iml
# Emitted by tools/js2c.mjs from test-app/runtime/src/main/cpp/js during the build.
test-app/runtime/src/main/cpp/generated/
test-app/build-tools/*.log
test-app/analytics/build-statistics.json
package-lock.json
# V8 prebuilts and the headers that must match them, installed by
# download_v8.sh from the release pinned in V8_RELEASE.
#
# The headers are ignored along with the libraries on purpose: keeping a
# vendored copy in git is how it drifts out of step with the binaries it
# describes. Sourcing both from one verified artifact makes that impossible.
/.v8-prebuilt/
test-app/runtime/src/main/libs/*/libv8_monolith.a
test-app/runtime/src/main/libs/.v8-release-stamp
test-app/runtime/src/main/cpp/include/**
!test-app/runtime/src/main/cpp/include/zip.h
!test-app/runtime/src/main/cpp/include/zipconf.h
test-app/runtime/src/main/cpp/v8_inspector/src/
test-app/runtime/src/main/cpp/v8_inspector/third_party/
test-app/runtime/src/main/cpp/v8_inspector/absl/
# ============================================
# AI agents: local / personal / ephemeral state
# ============================================
# Keep committable: CLAUDE.md, AGENTS.md, GEMINI.md,
# .github/copilot-instructions.md, .claude/settings.json,
# .claude/commands/, .claude/agents/, .claude/skills/,
# .cursor/rules/, .cursorignore, .aiderignore, .aider.conf.yml,
# .mcp.json and .cursor/mcp.json (both expand env vars; keep tokens in env)
# Claude Code
.claude/settings.local.json
.claude/worktrees/
CLAUDE.local.md
# Aider (listed individually so .aider.conf.yml can still be committed)
.aider.chat.history.md
.aider.input.history
.aider.llm.history
.aider.tags.cache*/
# SpecStory (writes full chat transcripts into the repo)
.specstory/
# Manually created worktrees
.worktrees/
# Agent scratch space (tell agents in CLAUDE.md/AGENTS.md to write temp files here)
.scratch/
*.agent.log
# ============================================
# Secrets
# ============================================
.env
.env.local
.env.*.local
.envrc