-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
29 lines (24 loc) · 1006 Bytes
/
Copy path.gitignore
File metadata and controls
29 lines (24 loc) · 1006 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
# Compiled binaries. `go build ./cmd/...` drops these; they do not belong
# in the repository.
/synth
/synth.exe
/cmd/synth/synth
/cmd/synthdata/synthdata
# Development-only Node packages for scripts/check-diagrams.mjs. Nothing in the
# Go library or its tests needs them.
/scripts/node_modules
/scripts/package-lock.json
# Built by scripts/build-pages.sh (default outdir dist/pages). Only the build
# output is ignored, not the dist/ Go source package.
/dist/pages/
# Internal planning docs (superpowers plans/specs) — kept local, not shipped.
# These used to live in /docs, which is now the published documentation source.
/.plans/
# Fetched by scripts/fetch-mermaid.sh so the docs serve mermaid from their own
# origin instead of a CDN. 4 MB, and reproducible from the script.
/docs/assets/js/mermaid.min.js
# Built by scripts/build-npm.sh from the Go source; not committed, so a stale
# binary cannot ship while the source it came from has moved on.
/npm/synth.wasm
/npm/wasm_exec.js
/npm/*.tgz