Files
go-telegram-bot/.gitignore
2024-10-22 15:57:42 +02:00

15 lines
176 B
Plaintext

# Go vendor directory
vendor/
# Environment variables
.env
# Log file
bot.log
# Database file
bot.db
# All config files except for the default
config/*
!config/default.json