forked from longbridge/gpui-kit
-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (31 loc) · 919 Bytes
/
Copy path.gitignore
File metadata and controls
34 lines (31 loc) · 919 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
target/
.DS_Store
/docks.json
/profile.json
.vscode
index.scip
*.log
node_modules/
.claude/worktrees/
/.superpowers/
docs/superpowers/
docs/research/
/.scratch/
# WASM build artifacts
crates/story-web/www/src/wasm/*.js
crates/story-web/www/src/wasm/*.wasm
crates/story-web/www/src/wasm/*.ts
!crates/story-web/www/src/wasm/.gitkeep
crates/base/examples/wasm/www/src/wasm/*.js
crates/base/examples/wasm/www/src/wasm/*.wasm
crates/base/examples/wasm/www/src/wasm/*.ts
# Script API declarations. An output, not a source: development mode rewrites
# it from the runtime that is about to run the script, so a committed copy could
# only ever be the stale one. The hand-written jsconfig.json and the per-app
# native-module declarations beside it are sources and stay tracked.
gpui-kit.d.ts
# Frontend build artifacts
crates/story-web/www/dist/
crates/story-web/www/bun.lockb
crates/base/examples/wasm/www/dist/
.worktrees