-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.vscodeignore
More file actions
44 lines (44 loc) · 805 Bytes
/
.vscodeignore
File metadata and controls
44 lines (44 loc) · 805 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
.vscode/**
.vscode-test/**
src/**
.gitignore
.yarnrc
vsc-extension-quickstart.md
**/tsconfig.json
**/.eslintrc.json
**/*.map
**/*.ts
# Exclude dev dependencies but keep production deps (highlight.js, marked, js-yaml, marked-highlight)
node_modules/.bin/**
node_modules/@vscode/**
node_modules/@typescript-eslint/**
node_modules/@types/**
node_modules/eslint/**
node_modules/eslint-*/**
node_modules/typescript/**
node_modules/prettier/**
node_modules/lint-staged/**
node_modules/@eslint/**
node_modules/@nodelib/**
node_modules/glob/**
node_modules/minimatch/**
node_modules/rimraf/**
*.vsix
.DS_Store
*.log
.env
.env.local
coverage/**
.nyc_output/**
*.test.js
*.test.ts
.github/**
docs/**
scripts/**
walkthroughs/**
.eslintrc.json
.prettierrc.json
.prettierignore
.editorconfig
tsconfig.json
SECURITY.md