Initial commit
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-06-23 08:16:29 +03:00
commit 15686b146a
5 changed files with 132 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# Binary
bot
yamusic-bot
# Data
/data/
bot.db
# Go
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
# IDEs
.idea/
.vscode/
# OS
.DS_Store
Thumbs.db