mirror of
https://github.com/HugeFrog24/go-telegram-bot.git
synced 2026-04-30 23:32:19 +00:00
Design
This commit is contained in:
+10
-3
@@ -1,11 +1,18 @@
|
||||
# Local IDE config & user settings
|
||||
.vscode/
|
||||
|
||||
# Go vendor directory
|
||||
vendor/
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
|
||||
# Log file
|
||||
bot.log
|
||||
# Any log files
|
||||
*.log
|
||||
|
||||
# Database file
|
||||
bot.db
|
||||
bot.db
|
||||
|
||||
# All config files except for the default
|
||||
config/*
|
||||
!config/default.json
|
||||
Reference in New Issue
Block a user