-
Notifications
You must be signed in to change notification settings - Fork 156
Expand file tree
/
Copy path.gitignore
More file actions
66 lines (65 loc) · 1.32 KB
/
.gitignore
File metadata and controls
66 lines (65 loc) · 1.32 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
.DS_Store
.cache
npm-debug.log
Thumbs.db
node_modules/
.build/
.vscode/extensions/**/out/
extensions/**/dist/
# --- Start Positron ---
# Positron maintains a custom codicon.ttf that includes Positron-specific icons.
# Do not gitignore it (upstream does because they copy from the npm package).
# src/vs/base/browser/ui/codicons/codicon/codicon.ttf
# --- End Positron ---
/out*/
/extensions/**/out/
build/node_modules
build/darwin/.dmgbuild
coverage/
test_data/
test-results/
test-results.xml
vscode.lsif
vscode.db
/.profile-oss
tags
/cli/target
/cli/openssl
product.overrides.json
*.snap.actual
*.tsbuildinfo
.vscode-test
vscode-telemetry-docs/
pwb-version
# --- Start Positron ---
# Ignore Claude local/personal files but keep commands
.claude/*
!.claude/commands/
!.claude/skills/
!.claude/hooks/
!.claude/rules/
!.claude/settings.json
.claude/skills/positron-qa-verify/output/
demo-videos/
# Often used for agent and personal notes
/thoughts
.Rproj.user
/playwright-report/
/blob-report/
/playwright/.cache/
/test-logs/
test/e2e/tests/assistant-eval/_logs/
test/e2e/tests/assistant-eval/_results/
.venv
.env.e2e*
!.env.e2e*.example
vsix-cache/
product.json.backup
*.lic
.superset/
test/e2e/release-screenshots/output/
# --- End Positron ---
test-output.json
test/componentFixtures/.screenshots/*
!test/componentFixtures/.screenshots/baseline/
dist