mirror of
https://github.com/hexedtech/codemp-vscode.git
synced 2024-11-21 23:14:49 +01:00
pushed vscodeignore
This commit is contained in:
parent
ffa86902d7
commit
bec5a3d39c
1 changed files with 15 additions and 0 deletions
15
.vscodeignore
Normal file
15
.vscodeignore
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
.vscode/**
|
||||||
|
.vscode-test/**
|
||||||
|
src/**
|
||||||
|
.gitignore
|
||||||
|
.yarnrc
|
||||||
|
vsc-extension-quickstart.md
|
||||||
|
**/tsconfig.json
|
||||||
|
**/.eslintrc.json
|
||||||
|
**/*.map
|
||||||
|
**/*.ts
|
||||||
|
node_modules/
|
||||||
|
target/
|
||||||
|
build.rs
|
||||||
|
Cargo.lock
|
||||||
|
Cargo.toml
|
Loading…
Reference in a new issue