everything

This commit is contained in:
tumillanino
2025-10-28 14:48:44 +11:00
parent 788b46a5ea
commit d5818bcf13
10 changed files with 1060 additions and 0 deletions

48
.gitignore vendored Normal file
View File

@@ -0,0 +1,48 @@
# Environment variables
.env
.env.local
# Binaries
server
*.exe
*.dll
*.so
*.dylib
# Test binaries
*.test
# Output of the go coverage tool
*.out
# Dependency directories
vendor/
# Go workspace file
go.work
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Database
*.db
*.sqlite
*.sqlite3
pocketbase/pb_data/
# Logs
*.log
# Agent-based stuff
CRUSH.md
ORY_INTEGRATION.md
START_DEV.md
.crush/