-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (39 loc) · 912 Bytes
/
.gitignore
File metadata and controls
51 lines (39 loc) · 912 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
/deno.lock
/**/build/
/v3.importmap.json
/v4.importmap.json
node_modules/
package-lock.json
.vscode
.DS_Store
# TypeScript build outputs
dist/
*.tsbuildinfo
# TypeScript declaration files (generated by tsc)
*.d.ts
*.d.ts.map
# Keep explicit type declaration files
!**/types.d.ts
!**/global.d.ts
!.internal/generatorics.d.ts
# Compiled JS files from TypeScript
# We run .ts directly with --experimental-strip-types
*.js
# Keep intentional .js source files (test fixtures without .ts source)
!process/test/fixtures/dump-args.js
!process/test/fixtures/hello-world.js
!process/test/fixtures/hello-world-failed.js
# turborepo cache
.turbo
# Environment files
.env.local
# Test temp directories
**/test-tmp/
# pnpm config (created by test-matrix runner)
.npmrc
# Agent shell directories
.agent-shell/
# Plans directory (working documents)
.opencode/plans/
# Rust compilation artifacts for SWC build
/.swc/