mirror of
https://github.com/VSCodeVim/Vim.git
synced 2024-11-09 13:34:29 +03:00
26 lines
239 B
Plaintext
26 lines
239 B
Plaintext
.github/**
|
|
|
|
.vscode/**
|
|
.vscode-test/**
|
|
|
|
**/*.ts
|
|
*.yml
|
|
|
|
src/**
|
|
build/**
|
|
test/**
|
|
typings/**
|
|
out/src/**
|
|
out/test/**
|
|
out/*.map
|
|
node_modules/**
|
|
images/design/**
|
|
|
|
.gitignore
|
|
|
|
tsconfig.json
|
|
tslint.json
|
|
webpack.config.js
|
|
gulpfile.js
|
|
renovate.json
|