Vim/.vscodeignore

26 lines
257 B
Plaintext
Raw Normal View History

.github/**
2015-11-12 22:51:40 +03:00
.vscode/**
.vscode-test/**
**/*.ts
*.yml
src/**
build/**
2015-11-12 22:51:40 +03:00
test/**
2018-01-27 18:51:17 +03:00
typings/**
2020-05-03 03:29:22 +03:00
out/src/**
out/test/**
node_modules/**
images/design/**
2015-11-12 22:51:40 +03:00
.gitignore
tsconfig.json
tslint.json
webpack.config.js
gulpfile.js
renovate.json
.github_changelog_generator