-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (53 loc) · 1.85 KB
/
Copy path.gitignore
File metadata and controls
59 lines (53 loc) · 1.85 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
# The legacy MkDocs pipeline is archived under archive/ (old web content). Its
# build-time mirror (docs/) was generated, never committed.
#
# NOTE: /site/ is NO LONGER the old MkDocs build output. It is now the Weft hub
# Astro project (weft.foundryside.dev), whose SOURCE is committed. That project's
# own build artifacts (site/dist, site/node_modules, site/public/_site-kit) are
# ignored by site/.gitignore, so we do NOT ignore /site/ at the repo root here.
#
# EXCEPT site/vendor/ — a local vendored DUPLICATE of the tracked packages/site-kit
# (byte-identical src/assets) plus DesignSync working caches (.ds-sync ~85MB). The
# site build consumes packages/site-kit (its file: dep), never this copy, so it is
# never committed.
site/vendor/
/docs/
archive/docs/
archive/site/
# Python / tooling cruft
__pycache__/
*.pyc
.venv/
# Node / the archived Vite app (archive/app/) — deps + build output are
# generated, never committed. Source lives in archive/app/src, public, and config.
node_modules/
archive/app/dist/
.vite/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.local
# Filigree issue tracker
.filigree/
.filigree.conf
.filigree.conf.imported
.gitignore
.mcp.json
AGENTS.md
CLAUDE.md
.agents/skills/filigree-workflow/SKILL.md
.agents/skills/filigree-workflow/examples/sprint-plan.json
.agents/skills/filigree-workflow/references/team-coordination.md
.agents/skills/filigree-workflow/references/workflow-patterns.md
.claude/settings.json
.claude/skills/filigree-workflow/SKILL.md
.claude/skills/filigree-workflow/examples/sprint-plan.json
.claude/skills/filigree-workflow/references/team-coordination.md
.claude/skills/filigree-workflow/references/workflow-patterns.md
# Legis — local working dir / config (regenerated/local; never commit)
.weft/legis/
# Filigree issue tracker
.weft/
# Developer config / local tooling — not part of the solution
.claude/
.agents/