Vim/.vscodeignore

27 lines
256 B
Plaintext
Raw Normal View History

.github/**
2023-12-23 04:44:53 +03:00
.husky/**
.yarn/**
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/**
out/*.map
node_modules/**
images/design/**
2015-11-12 22:51:40 +03:00
.gitignore
2023-12-23 04:44:53 +03:00
.prettierignore
tsconfig.json
2023-12-23 04:44:53 +03:00
webpack.*.js
gulpfile.js
renovate.json