Files
go-telegram-bot/.gitignore
T
HugeFrog24 480764f068 Go upd
2026-05-12 18:21:34 +02:00

18 lines
224 B
Plaintext

# Local IDE config & user settings
.vscode/
# Go vendor directory
vendor/
# Environment variables
.env
# Any log files
*.log
# Database file
bot.db
# All config files except for the default
config/*
!config/default.json