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