-
-
Notifications
You must be signed in to change notification settings - Fork 401
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (46 loc) · 692 Bytes
/
.gitignore
File metadata and controls
49 lines (46 loc) · 692 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
.DS_Store
.nyc_output
tmp
.idea
/node_modules
/*/node_modules
/packages/*/node_modules
/packages/*/types
/packages/*/doc
/tests/node_modules
/e2e/node_modules
/playground/node_modules
types
/packages/*/test/fixtures/**/node_modules
/boilerplates/*/node_modules
lib
dist
coverage
.nyc_output
npm-debug.log*
lerna-debug.log
.changelog
AUTHORS
.vscode
stats.html
tsconfig.tsbuildinfo
api
docs/api
yarn.lock
e2e/videos/*
e2e/screenshots/*
e2e/downloads/*
e2e/diff/*
e2e/.dev/mpa
e2e/test-results/*
playwright-report/
# Claude Code files
.claude/
CLAUDE.md
.husky/post-checkout
.husky/post-commit
.husky/pre-push
.husky/post-merge
# For bison generated files used by ShaderLab
*.tab.c
*.output