mirror of
https://github.com/wassname/HumanAgent-MCP.git
synced 2026-09-12 12:00:51 +08:00
26 lines
261 B
Plaintext
26 lines
261 B
Plaintext
# Build output
|
|
out
|
|
dist
|
|
node_modules
|
|
.vscode-test/
|
|
*.vsix
|
|
|
|
# VS Code workspace settings
|
|
.vscode/
|
|
|
|
# GitHub workflow and personal files
|
|
.github/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
# macOS files
|
|
.DS_Store
|