mirror of
https://github.com/HugeFrog24/go-telegram-bot.git
synced 2026-03-02 08:24:34 +00:00
Added tests, revised logging Removed dependency on env file Try reformatting unit file Comments clarification Added readme Added readme
15 lines
179 B
Plaintext
Executable File
15 lines
179 B
Plaintext
Executable File
# 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 |