mirror of
https://github.com/HugeFrog24/go-telegram-bot.git
synced 2026-03-02 00:14:34 +00:00
15 lines
176 B
Plaintext
Executable File
15 lines
176 B
Plaintext
Executable File
# 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 |