-
Notifications
You must be signed in to change notification settings - Fork 122
Expand file tree
/
Copy path.gitignore
More file actions
67 lines (63 loc) · 1023 Bytes
/
.gitignore
File metadata and controls
67 lines (63 loc) · 1023 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
**/node_modules
temp
**/build
**/dist
**/coverage
**/lib
!ndk-svelte-components/src/lib/
!svelte/src/lib/
!svelte/registry/src/lib/
**/.vscode
justfile
package-lock.json
**/*.js
!.eslintrc.js
!svelte.config.js
!tailwind.config.js
!postcss.config.js
!svelte/registry/static/worker.js
**/*.d.ts
**/*.d.ts.map
!light-bolt11-decoder.d.ts
*.tgz
.DS_Store
.turbo
.idea
bun.lockb
_local_
.svelte-kit/
.pnpm-store
docs/.vitepress/cache
docs/.vitepress/dist
.ngit
**/.repomix-output.txt
cursor-tools.config.json
coverage
# Generated docs directories
/docs/getting-started/
/docs/internals/
/docs/migration/
/docs/tutorial/
/docs/api-examples.md
/docs/index.md
/docs/snippets/
/docs/cache/
/docs/mobile/
/docs/wallet/
/docs/wrappers/
/docs/hooks/
**/docs/api/
cache-sqlite/example/cache.db
# TENEX project files
.tenex/
svelte/examples
.vercel
.playwright-mcp
svelte/examples/basic-feed/public/
# Test and benchmark files
.test-sessions.json
**/baseline-timing.ts
**/current-timing.ts
.playwright-mcp
# Git worktrees
.worktrees/