mirror of
https://github.com/godotengine/godot-csharp-vscode.git
synced 2026-01-04 18:09:54 +03:00
18 lines
230 B
Plaintext
18 lines
230 B
Plaintext
.gitmodules
|
|
.gitignore
|
|
.vscode/**
|
|
.vscode-test/**
|
|
out/**
|
|
src/**
|
|
.gitignore
|
|
vsc-extension-quickstart.md
|
|
**/tsconfig.json
|
|
**/tslint.json
|
|
**/*.map
|
|
**/*.ts
|
|
node_modules/**
|
|
webpack.config.js
|
|
thirdparty/**
|
|
GodotDebugSession/**
|
|
!dist/**
|