-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (49 loc) · 2.74 KB
/
.gitignore
File metadata and controls
60 lines (49 loc) · 2.74 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
# ─── Hugo build output ───────────────────────────────────────────────
public/
/docs/
resources/_gen/
.hugo_build.lock
hugo_stats.json
# ─── Node.js ─────────────────────────────────────────────────────────
node_modules/
# ─── Go ──────────────────────────────────────────────────────────────
# Compiled sync engine binary (built by CI or locally).
/sync-content
# ─── Synced content (generated by sync-content at build time) ────────
# Per-repo project pages generated by the org scan and config overlay.
# The section-level _index.md at content/docs/projects/_index.md is
# hand-maintained and tracked — only repo subdirectories are ignored.
content/docs/projects/*/
# Landing page card data generated by the sync tool.
data/projects.json
# Sync manifest (tracks files written by sync-content for orphan cleanup).
.sync-manifest.json
# ─── OS files ────────────────────────────────────────────────────────
.DS_Store
Thumbs.db
# ─── IDE ─────────────────────────────────────────────────────────────
.idea/
*.swp
*.swo
*~
# ─── AI tooling (tool-managed, installed locally via openspec init) ──
# Run `openspec init --tools cursor` to restore these locally.
.cursor/commands/
.cursor/skills/
.cursor/rules/specify-rules.mdc
# OpenSpec working-change state — local only, analogous to .specify/scripts/.
# openspec/config.yaml is tracked (project tool config).
# Canonical specs live in specs/NNN-name/ (SpecKit format, org standard).
openspec/changes/
# SpecKit framework files (scripts and templates are tool-managed).
.specify/scripts/
.specify/templates/
.specify/memory/
# ─── Environment and secrets ─────────────────────────────────────────
.env
# ─── Netlify ─────────────────────────────────────────────────────────
.netlify
# ─── Non-source files ────────────────────────────────────────────────
*.pdf
proposals/
check_workflow_action_shas.py