-
Notifications
You must be signed in to change notification settings - Fork 237
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (35 loc) · 769 Bytes
/
.gitignore
File metadata and controls
47 lines (35 loc) · 769 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
.workflow-data
node_modules
/packages/*/dist
.vercel
.turbo
.nuxt
# This is a hack to get around the fact that `pnpm install`
# does not run create the "bin" symlink if the file does not exist
!packages/cli/dist/index.js
.env*.local
# Single letter one-off scratch scripts
?.ts
?.mjs
# Rust
/target
^target/
target
# compiled wasm
*.wasm
# swc-plugin build hash
packages/swc-plugin-workflow/build-hash.json
# SWC plugin cache
.swc
# claude local settings
.claude/settings.local.json
# jj
.jj/
.next
.DS_Store
# TypeDoc generated output
/packages/*/typedoc-out
/packages/*/typedoc-out-api
# Generated manifest files copied to static asset directories by builders
workbench/nextjs-*/public/.well-known/workflow
workbench/sveltekit/static/.well-known/workflow