-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (29 loc) · 1.17 KB
/
Copy path.gitignore
File metadata and controls
36 lines (29 loc) · 1.17 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
# --- Dependencies -----------------------------------------------------------
# The big one. Restored from package-lock.json with `npm install`, so it never
# belongs in Git. This is what makes relay/ "too big" to upload.
node_modules/
# --- Relay runtime / local state --------------------------------------------
# Kill-switch file the relay drops to stop the /loop - transient, machine-local.
.loop-stop
# --- Logs -------------------------------------------------------------------
*.log
npm-debug.log*
# --- Atomic-write / editor temp files ---------------------------------------
# e.g. PHASE1_STATUS.md.tmp.26392.0da586bca0e7, bridge.js.tmp.46432.9b51...
*.tmp
*.tmp.*
# --- Environment / secrets --------------------------------------------------
.env
.env.*
# --- OS cruft ---------------------------------------------------------------
.DS_Store
Thumbs.db
desktop.ini
# --- Editor folders ---------------------------------------------------------
.vscode/
.idea/
# --- Not for publication ----------------------------------------------------
# CLAUDE.md is intentionally excluded from the public repo.
CLAUDE.md
# Local Claude Code project dir (settings / local state).
.claude/