-
Notifications
You must be signed in to change notification settings - Fork 375
Expand file tree
/
Copy path.gitignore
More file actions
35 lines (33 loc) · 919 Bytes
/
.gitignore
File metadata and controls
35 lines (33 loc) · 919 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
node_modules
dist
.turbo
*.log
.DS_Store
.cursor
tmp/
review-report.md
review-*.md
*.review.md
*.tgz
# Track repository-owned agent skills, but keep other local agent state out.
/.agents/*
!/.agents/skills/
/.agents/skills/*
!/.agents/skills/react-doctor/
!/.agents/skills/react-doctor/**
!/.agents/skills/rule-research/
!/.agents/skills/rule-research/**
!/.agents/skills/rule-writing/
!/.agents/skills/rule-writing/**
!/.agents/skills/rule-validate/
!/.agents/skills/rule-validate/**
# Local-only: rule-catalog generators and per-rule prompts. The generated
# `rules.json` and the prompts themselves live in the (private) evals repo;
# only the source rules under packages/oxlint-plugin-react-doctor/src/plugin/rules
# belong in this open-source codebase.
/scripts/generate-rules-json.mjs
/scripts/list-rule-paths.mjs
/scripts/merge-rule-prompts.mjs
/scripts/print-batch-input.mjs
/scripts/rule-prompts/
/rules.json