-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Expand file tree
/
Copy path.gitignore
More file actions
74 lines (58 loc) · 1.03 KB
/
.gitignore
File metadata and controls
74 lines (58 loc) · 1.03 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
.DS_Store
node_modules/
coverage/
.idea/
.pnpm-store/
.instructions/
.claude
.mcp.json
dist
v8-compile-cache-0
yarn-error.log
.npmrc
token
package-lock.json
# ignore files in /.vscode/ except for launch.json and extensions.json
/.vscode/**
!/.vscode/launch.json
!/.vscode/extensions.json
cypress/platform/current.html
cypress/platform/experimental.html
local/
_site
Gemfile.lock
/.vs
cypress/screenshots/
cypress/snapshots/
# eslint --cache file
.eslintcache
.tsbuildinfo
tsconfig.tsbuildinfo
#knsv*.html
local*.html
stats/
**/user-avatars/*
**/contributor-names.json
.pnpm-store
.nyc_output
.env
demos/dev/**
!/demos/dev/example.html
!/demos/dev/reload.js
!/demos/dev/architecture-randomize.html
tsx-0/**
node-compile-cache/
vite.config.ts.timestamp-*
# autogenereated by langium-cli
generated/
# generated type declarations from pnpm prepare
packages/examples/src/**/*.d.ts
/CLAUDE.md
/AGENTS.md
/assistant/
/.claude/skills/
packages/mermaid/src/diagrams/CLAUDE.md
packages/parser/CLAUDE.md
AGENTS.mermaid.md
CLAUDE.mermaid.md
.envrc