-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (36 loc) · 715 Bytes
/
Copy path.gitignore
File metadata and controls
44 lines (36 loc) · 715 Bytes
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
# --- Atlas data store (ADR 0003) ---
# Generated data lives OUTSIDE this repo (~/.atlas). This only catches it if the
# store is ever pointed inside the repo by mistake. Never commit generated data.
.atlas/
*.local.json
# --- Build output ---
dist/
build/
*.tsbuildinfo
# --- Dependencies ---
node_modules/
# --- Secrets / env (defense in depth — none are committed today) ---
.env
.env.*
*.pem
*.key
*.p8
*.keystore
# --- Logs ---
*.log
npm-debug.log*
yarn-error.log*
pnpm-debug.log*
# --- Test / coverage ---
coverage/
.nyc_output/
# --- Personal agent memory (per-developer, not shared) ---
CLAUDE.local.md
# --- Scratch / spikes ---
_*.mjs
*.tmp
# --- OS / editor ---
.DS_Store
.idea/
.vscode/
*.swp