-
Notifications
You must be signed in to change notification settings - Fork 155
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (52 loc) · 1.05 KB
/
Copy path.gitignore
File metadata and controls
61 lines (52 loc) · 1.05 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
.DS_Store
node_modules
dist
coverage
docs
storybook-static
docker/**/data
types
.turbo
*.vsix
build
.docusaurus
.cache-loader
packages/vscode-extension/public
# `tsc -p tsconfig.test.json` output + the VSCode build @vscode/test-cli downloads
packages/vscode-extension/out
packages/vscode-extension/.vscode-test
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
.vscode/*
!.vscode/launch.json
!.vscode/tasks.json
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
.nx
.omc
.omx
.omo
.playwright-mcp
# Playwright
test-results
playwright-report
blob-report
packages/*/e2e/.results
packages/*/e2e/.results-bench
packages/*/e2e/.report
# `e2e:bench` output; the baseline is written on demand and stays local.
packages/*/e2e/.bench
# Generated by `vp config`; the project-owned hook scripts beside it are committed.
.vite-hooks/_
# Vitest browser mode
# A failing spec writes its attachments here, and `toMatchScreenshot` keeps its
# baselines beside the spec; both are machine-local and neither is committed.
.vitest-attachments
__screenshots__