Vim/.vscodeignore
Jason Fields 666ea2fa34 Use source maps to get readable stack traces in production
Using the 'source-map' option does blow up the package size quite a bit, but I couldn't find another option that was doing the trick.
Fixes #5887
2021-03-18 19:02:48 -04:00

26 lines
257 B
Plaintext

.github/**
.vscode/**
.vscode-test/**
**/*.ts
*.yml
src/**
build/**
test/**
typings/**
out/src/**
out/test/**
node_modules/**
images/design/**
.gitignore
tsconfig.json
tslint.json
webpack.config.js
gulpfile.js
renovate.json
.github_changelog_generator