Files
go-telegram-bot/.gitignore
2024-10-22 14:56:17 +02:00

15 lines
179 B
Plaintext

# 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