2026-01-28 23:00:58 -05:00

31 lines
306 B
Plaintext

# Dependencies
node_modules/
# Build output
dist/
# Token storage (sensitive!)
.textme-tokens.json
# Config with credentials (if contains passwords)
textme-channel.json
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
# Environment
.env
.env.local
.env.*.local