forked from bsv-blockchain/ts-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (29 loc) · 764 Bytes
/
Copy path.gitignore
File metadata and controls
34 lines (29 loc) · 764 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
node_modules/
dist/
build/
*.tsbuildinfo
.env
.env.*
!.env.example
coverage/
.nyc_output/
*.log
.DS_Store
# local go-sdk symlink (CI checks out go-sdk into this path instead)
go-sdk
# CARS deployment tool temp directories
cars_tmp_build_*/
# MkDocs build output
site/
# Official BSVA brand kit reference (do not commit — too large; clean copies live alongside)
docs/assets/images/BSVA Logos/
docs/assets/images/Logo_Guidelines_Jan2026.pdf
# Internal working artifacts (audio transcripts, fact tables)
docs/_internal/
# AsyncAPI generator local cache (dependencies installed on-demand by generate-asyncapi-html.mjs)
.asyncapi-gen-cache/
# docs-site build artifacts and generated files
docs-site/dist/
docs-site/.vite/
docs-site/src/manifest.json
.worktrees/