mirror of
https://github.com/jasonwilliams/vscode-helix.git
synced 2024-11-10 10:41:31 +03:00
666ea2fa34
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
26 lines
257 B
Plaintext
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
|