Files
go-telegram-bot/.gitignore
T
2026-05-25 21:35:49 +02:00

21 lines
290 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
# test-prompt.ps1 conversation history
.test-prompt-history.json