mirror of
https://github.com/wassname/HumanAgent-MCP.git
synced 2026-08-20 12:00:30 +08:00
33 lines
352 B
Plaintext
33 lines
352 B
Plaintext
# Build output
|
|
out
|
|
dist
|
|
node_modules
|
|
.vscode-test/
|
|
*.vsix
|
|
|
|
# VS Code workspace settings
|
|
.vscode/
|
|
|
|
# GitHub personal files (but allow workflows)
|
|
.github/copilot-instructions.md
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
response-debug.txt
|
|
|
|
# macOS files
|
|
.DS_Store
|
|
|
|
# Large media files
|
|
*.mov
|
|
*.mp4
|
|
*.avi
|