mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-21 23:04:49 +01:00
chore: gitignore vscode build files
This commit is contained in:
parent
43634acc2c
commit
9584707982
1 changed files with 7 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -1,3 +1,10 @@
|
||||||
/target
|
/target
|
||||||
|
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
|
|
||||||
|
# vscode extension build files
|
||||||
|
/client/vscode/node_modules/
|
||||||
|
/client/vscode/*.vsix
|
||||||
|
/client/vscode/index.node
|
||||||
|
/client/vscode/index.node
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue