mirror of
https://gh.wpcy.net/https://github.com/voicetel/freescout-notifier.git
synced 2026-04-16 20:12:18 +08:00
28 lines
222 B
Text
28 lines
222 B
Text
# Binaries
|
|
build/
|
|
*.exe
|
|
freescout-notifier
|
|
|
|
# Database files
|
|
*.db
|
|
*.db-wal
|
|
*.db-shm
|
|
|
|
# Config files with secrets
|
|
config.json
|
|
config.yaml
|
|
.env
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Go
|
|
vendor/
|
|
go.*
|