-
Notifications
You must be signed in to change notification settings - Fork 711
Expand file tree
/
Copy path.gitignore
More file actions
98 lines (78 loc) · 1.4 KB
/
.gitignore
File metadata and controls
98 lines (78 loc) · 1.4 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
.yarn
.env
*.env
**/node_modules/**
.DS_Store
*.tsbuildinfo
.scratch
.task
dist
packed
.turbo
.windsurf
logs
debug-logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
i18n-consistency-report.json
# Rush temporary files
common/deploy/
common/temp/
common/autoinstallers/*/.npmrc
**/.rush/temp/
*.log
*.chunks.jsonl
# mise
mise.toml
# docs
docs/.vitepress/cache/*
.self-docs/*
# Profile
.rspack-profile-*/
# AI Task files
.task
# local database files
*.db
# local prompt files
*.prompt
# code opt
*.opt
.claude/*
.zed/*
.codex/*
.ai/*
.agent-runtime/
apps/api/load-tests/results/*.json
apps/api/load-tests/results/*.txt
.playwright-mcp/*
# Helm dependency artifacts (Chart.lock handled separately)
deploy/helm/**/charts/*.tgz
deploy/helm/**/charts/**/*.tgz
# Python
__pycache__/
# Local agent guidance / standards experiments
.worktrees/
AGENTS.md
ARCHITECTURE.md
CLAUDE.md
docs/standards/
# Local validation / docs tooling scripts
scripts/validate-docs.js
scripts/lint-architecture.js
scripts/doc-gardening.js
scripts/generate-db-schema-doc.js
scripts/verify-standards.js
scripts/agent-dev-server.sh
scripts/cli-deploy/apply-test-migration-sql.sh
scripts/git-hooks/codex-pre-push-review.sh
# Local skills
tools/agent-skills/refly-standards-dev-loop/
# Local git hook overrides
.husky/pre-push
# Local Prisma migration SQL experiments
apps/api/prisma/migrations/
.agent-runtime/