mirror of
https://github.com/tauri-apps/tauri-vscode.git
synced 2026-01-31 00:35:18 +01:00
17 lines
301 B
Plaintext
17 lines
301 B
Plaintext
# Copyright 2020-2022 Tauri Programme within The Commons Conservancy
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
.vscode/**
|
|
.vscode-test/**
|
|
dist/test/**
|
|
src/**
|
|
.gitignore
|
|
vsc-extension-quickstart.md
|
|
**/tsconfig.json
|
|
**/*.map
|
|
**/*.ts
|
|
.changes
|
|
.github
|
|
renovate.json
|
|
.prettierrc |