mirror of
https://github.com/zhigang1992/telegram-mcp.git
synced 2026-01-12 08:24:40 +08:00
50 lines
417 B
Plaintext
50 lines
417 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Build outputs
|
|
telegram-mcp
|
|
telegram-mcp-*
|
|
*.exe
|
|
dist/
|
|
build/
|
|
|
|
# Session data
|
|
bot-data/
|
|
session*
|
|
*.session
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Testing
|
|
.nyc_output/
|
|
|
|
# Misc
|
|
.cache/
|
|
*.tmp
|
|
*.temp
|
|
telegram-mcp
|