-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy path.gitignore
More file actions
78 lines (62 loc) · 1.74 KB
/
Copy path.gitignore
File metadata and controls
78 lines (62 loc) · 1.74 KB
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
68
69
70
71
72
73
74
75
76
77
78
# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
dist
tmp
/out-tsc
# pnpm pack / npm pack artefacts (local tarballs for smoke tests + publish dry-runs)
*.tgz
# Emitted declarations from `pnpm --filter @workflow-builder/icons build`
# (prepare hook). Root + src/ locations are outside `dist/` so need explicit
# patterns. `global.d.ts` is a source file — don't ignore.
apps/icons/index.d.ts
apps/icons/src/*.d.ts
# dependencies
node_modules
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings
# System Files
.DS_Store
Thumbs.db
.nx/
**/.env
**/.env.local
# pnpm local store (created in container environments)
.pnpm-store/
# Claude Code - private per-user files
CLAUDE.local.md
.claude/settings.local.json
.claude/worktrees/
# Claude Code worktrees
.worktrees/
.playwright-mcp/
# TypeDoc-generated API reference under apps/docs (built from packages/sdk's
# barrel by `starlight-typedoc` at `astro build` / `astro dev`). Output is
# regenerated on every build, never hand-edited — keep it out of git.
# The hand-written landing page lives in apps/docs/src/landing-pages/api-index.md
# and is copied into this dir by a tiny Astro integration after typedoc
# generation (see astro.config.mjs).
apps/docs/src/content/docs/api/
# UI Library props + CSS-variable data, generated from @workflowbuilder/ui by
# apps/docs/scripts/generate-ui-api.mjs (TypeDoc + CSS extraction) on every
# docs build / dev. Source of truth is the library, so keep it out of git.
apps/docs/src/generated/