Files
telegram-mcp/.gitignore
2025-06-29 11:59:58 +08:00

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