Files
go-telegram-bot/.gitignore
T
2026-03-05 04:50:36 +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