Some checks failed
Run mypy_primer on push / Run mypy_primer on push (push) Has been cancelled
Validation / Typecheck (push) Has been cancelled
Validation / Style (push) Has been cancelled
Validation / Test macos-latest (push) Has been cancelled
Validation / Test ubuntu-latest (push) Has been cancelled
Validation / Test windows-latest (push) Has been cancelled
Validation / Build (push) Has been cancelled
Validation / Required (push) Has been cancelled
18 lines
254 B
Plaintext
18 lines
254 B
Plaintext
# Until https://github.com/microsoft/vscode-vsce/issues/417 is fixed,
|
|
# ignore known build artifacts.
|
|
|
|
node_modules
|
|
.vscode/**
|
|
.vscode-test/**
|
|
out/**
|
|
src/**
|
|
.gitignore
|
|
build/**
|
|
|
|
tsconfig.*
|
|
webpack.*
|
|
rspack.*
|
|
rspack-build.log
|
|
.webpack_cache
|
|
.rspack_cache
|