2024-02-19 15:00:26 +08:00
|
|
|
# List of paths and files to exclude from the packaged extension.
|
|
|
|
.github/**
|
|
|
|
.nyc_output/**
|
2022-09-09 16:57:37 +08:00
|
|
|
.vscode/**
|
2024-02-19 15:00:26 +08:00
|
|
|
coverage/**
|
2022-09-09 16:57:37 +08:00
|
|
|
typings/**
|
2024-02-19 15:00:26 +08:00
|
|
|
node_modules/**/build
|
|
|
|
out/src/test/**
|
2022-09-09 16:57:37 +08:00
|
|
|
test/**
|
|
|
|
src/**
|
|
|
|
**/*.map
|
|
|
|
.gitignore
|
2024-02-19 15:00:26 +08:00
|
|
|
.markdownlintignore
|
|
|
|
.markdownlint.yml
|
|
|
|
.mocharc.yml
|
|
|
|
.nycrc.yml
|
|
|
|
.prettierignore
|
|
|
|
.prettierrc
|
|
|
|
.secrets
|
|
|
|
cspell.json
|
|
|
|
cspell-dict.txt
|
|
|
|
HACKING.md
|
2022-09-09 16:57:37 +08:00
|
|
|
tsconfig.json
|
|
|
|
vsc-extension-quickstart.md
|
2024-08-14 14:08:25 +08:00
|
|
|
build.mjs
|