-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.vscodeignore
More file actions
54 lines (51 loc) · 902 Bytes
/
.vscodeignore
File metadata and controls
54 lines (51 loc) · 902 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
50
51
52
53
54
.vscode/**
.vscode-test/**
src/**
.gitignore
.yarnrc
vsc-extension-quickstart.md
**/tsconfig.json
**/.eslintrc.json
**/*.map
**/*.ts
node_modules/**/test/**
node_modules/**/*.md
node_modules/**/*.ts
node_modules/**/tsconfig.json
node_modules/**/.eslintrc*
# Build/dev artifacts
.venv/**
.sysml-cache/**
.devcontainer/**
.github/**
.nvmrc
tsconfig.tsbuildinfo
scripts/**
schemas/**
samples/**
docs/**
test-output/**
coverage/**
tmp/**
temp/**
assets/**
Makefile
eslint.config.js
ARCHITECTURE.md
ROADMAP.md
CHANGELOG.md
# Test output and build artifacts
out/test/**
**/*.test.js
**/*.test.d.ts
**/*.test.js.map
# Node modules dev dependencies (test frameworks, linters)
node_modules/@types/**
node_modules/typescript/**
node_modules/@typescript-eslint/**
node_modules/eslint/**
node_modules/mocha/**
node_modules/@vscode/test-electron/**
node_modules/glob/**
node_modules/c8/**
node_modules/vitest/**