-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
109 lines (84 loc) · 1.65 KB
/
.gitignore
File metadata and controls
109 lines (84 loc) · 1.65 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# Node.js
node_modules/
# session files
.session-files/
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Profiling files
*.cpuprofile
*.heapsnapshot
# Dependency directories
.DS_Store
# Build output
dist/
out/
# Bundled output
bundle/
# TypeScript
*.tsbuildinfo
# IDE files
.idea/
# macOS
.DS_Store
# Coverage
coverage/
packages/*/coverage/
# Telemetry output (local dev)
.apex-telemetry/
telemetry/
# Miscellaneous
*.env
.env.local
.env.*.local
# Temporary files
*.tmp
*.temp
# Benchmark results
*benchmark*.json
# Webpack
webpack-stats.json
.wireit
.sfdx
test-workspace
/packages/apex-lsp-testbed/test-artifacts
/test-artifacts
# ESLint cache
.eslintcache
# jscpd duplicate detection report
jscpd-report/
jscpd-report-parser-ast/
/packages/apex-parser-ast/test/generator/test-files
/packages/apex-parser-ast/src/generated
# Extension directory
extension/
# VSCode Extension specific
*.vsix
.vscode-test/
grammars/
.vscode-test-web*
# Language server bundle copied into the VS Code extension package
packages/apex-lsp-vscode-extension/server-bundle/
/.windsurf
# E2E Testing artifacts
e2e-tests/test-results/
e2e-tests/playwright-report/
e2e-tests/.playwright/
test-results/
playwright-report/
/packages/apex-parser-ast/resources
/.graph
# Test fixtures cloned at test time from remote repos
packages/apex-lsp-testbed/test/fixtures/eda
/packages/apex-lsp-testbed/test/fixtures/i-have-problems/force-app
/slopdocs
# Generated at runtime by test-web-ext.js (memfs mode)
scripts/test-extensions/memfs-provider/workspace-files.json
# Cursor/Claude session hook marker
.claude/.edit-marker
.claude/settings.json
.session-files/
.vscode-test-web/