-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (31 loc) · 825 Bytes
/
.gitignore
File metadata and controls
37 lines (31 loc) · 825 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
# Dependencies
/node_modules
# Production
/build
# Generated files
.docusaurus
.cache-loader
# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.vercel
.idea
.claude/settings.local.json
# Signal files written by upstream-release-docs.yml for the skill to
# communicate gaps, no-op releases, or a change summary back to the
# workflow. Never committed; the workflow reads and removes them.
/GAPS.md
/NO_CHANGES.md
/SUMMARY.md
.claude/scheduled_tasks.lock
# Scratch workspace claude-code-action creates during skill runs.
# Contains a duplicate of .claude/ plus CLAUDE.md and husky hooks;
# none of it belongs in the repo. First seen leaking into PR #759 when
# our workflow's `git add -A` swept it up after the skill step.
/.claude-pr