forked from stellar/js-stellar-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (39 loc) · 893 Bytes
/
Copy path.gitignore
File metadata and controls
46 lines (39 loc) · 893 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
38
39
40
41
42
43
44
45
46
/node_modules/
/tmp/
/lib/
/libdocs/
/dist/
/coverage/
/jsdoc/
/.astro/
# Generated by scripts/build-llms.ts. public/ copies are published
# at the deployed site root; docs/ copies are ignored in case older
# local builds left them behind.
/docs/llms.txt
/docs/llms-full.txt
/public/llms.txt
/public/llms-full.txt
# Generated by scripts/build-robots.ts from config/site.ts. Run
# `pnpm docs:robots` (or `pnpm docs`) to (re)build.
/public/robots.txt
# Generated by scripts/build-htaccess.ts from config/site.ts. Apache-only
# config; inert on hosts that don't honor .htaccess. Run
# `pnpm docs:htaccess` (or `pnpm docs`) to (re)build.
/public/.htaccess
js-stellar-base/
test/unit/out/
target
.soroban
config/tsconfig.tmp.json
.DS_Store
.vscode/launch.json
.vscode
.idea/
.claude/
.copilot/
.codex/
# scratch: per-guide tests, never shipped
test-guides/
.vuln-hunt/
scratch/
.docs-build/