-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy path.gitignore
More file actions
99 lines (84 loc) · 1.88 KB
/
.gitignore
File metadata and controls
99 lines (84 loc) · 1.88 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
node_modules
.DS_Store
# IDE
*.code-workspace
# V2
# ------------------------------------
# Node
# ------------------------------------
# node_modules/
**/node_modules/**
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
package-lock.json
!tools/package-lock.json
!tests/package-lock.json
yarn.lock
pnpm-lock.yaml
# Optional: ignore local `.env` files
.env
.env.*local
# Google OAuth secrets
**/client_secret*.json
# ------------------------------------
# Logs
# ------------------------------------
logs/
*.log
*.log.*
debug.log
# ------------------------------------
# OS / Editor files
# ------------------------------------
# .DS_Store
Thumbs.db
.idea/
# VSCode — allow settings.json, ignore rest
# .vscode/*
# !.vscode/settings.json
# !.vscode/extensions.json
# ------------------------------------
# Mintlify / Build Stuff
# ------------------------------------
.mintlify/
.mintlify-cache/
.out/
dist/
build/
# ------------------------------------
# Temporary files
# ------------------------------------
*.tmp
*.temp
*.swp
*.swo
# ------------------------------------
# TypeScript
# ------------------------------------
*.tsbuildinfo
# ------------------------------------
# External docs (fetched at build time)
# ------------------------------------
snippets/external/
# ------------------------------------
# Notion exports (contains API keys)
# ------------------------------------
/notion/
tools/notion/.env
tools/notion/node_modules/
tools/notion/backups/
tools/notion/data/
tools/notion/reports/
# ------------------------------------
# AI task planning & execution folder
# ------------------------------------
tasks/plan/*
!tasks/plan/active/
!tasks/plan/active/usefulness-scoring-implementation-strategy.md
!tasks/plan/active/usefulness-scoring-gap-analysis.md
# Usefulness LLM cache
.cache/llm-usefulness/
# Codex local lock state (operational, non-tracked)
.codex/locks-local/