Files
go-telegram-bot/.gitignore
HugeFrog24 e7b13976b4 Go update
2026-02-28 18:51:48 +01: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