mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Co-authored-by: OpenHands-Gemini <openhands@all-hands.dev> Co-authored-by: Claude 3.5 Sonnet <claude-3-5-sonnet@anthropic.com>
19 lines
256 B
Plaintext
19 lines
256 B
Plaintext
# Node modules
|
|
node_modules/
|
|
|
|
# Compiled TypeScript output
|
|
out/
|
|
|
|
# VS Code Extension packaging
|
|
*.vsix
|
|
|
|
# TypeScript build info
|
|
*.tsbuildinfo
|
|
|
|
# Test run output (if any specific folders are generated)
|
|
.vscode-test/
|
|
|
|
# OS-generated files
|
|
.DS_Store
|
|
Thumbs.db
|