-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (37 loc) · 804 Bytes
/
.gitignore
File metadata and controls
45 lines (37 loc) · 804 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
.DS_Store
# Node.js dependencies and environment
node_modules
.npm-debug.log
.env
# VS Code extension test and build artifacts
.vscode-test-web
.vscode-test
# Build outputs (npm run build, compile, or webpack)
*.vsix
dist
out
tmp
# Code coverage and analysis
.nyc_output
coverage
.clangd
# VS Code workspace and settings
.vscode/settings.json
# Test workspace artifacts
test-workspace/*
test-workspace/.vscode/settings.json
!test-workspace/.vscode/launch.json
!test-workspace/.vscode/tasks.json
!test-workspace/vcpkg-configuration.json
!test-workspace/README.md
# End-to-end and integration test outputs
e2e-report/**
e2e-screenshots/
src/e2e-tests/data/**
templates/debug
test-results/**
# Downloaded/generated by 'npm run prepare' or similar scripts
tools
guide
schemas
src/json-rpc/interface/*