mirror of https://github.com/mtshiba/pylyzer
update .vscodeignore
This commit is contained in:
parent
5c769f7ab8
commit
65edef344c
|
|
@ -1,3 +1,4 @@
|
|||
*.vsix
|
||||
node_modules
|
||||
example.py
|
||||
dist
|
||||
example.py
|
||||
|
|
|
|||
|
|
@ -1,3 +1,12 @@
|
|||
.vscode/**
|
||||
.vscode-test/**
|
||||
out/**
|
||||
node_modules/**
|
||||
src/**
|
||||
**/tsconfig.json
|
||||
# **/.eslintrc.json
|
||||
**/*.map
|
||||
**/*.ts
|
||||
.gitignore
|
||||
webpack.config.js
|
||||
rome.json
|
||||
|
|
|
|||
Loading…
Reference in New Issue