This commit is contained in:
2025-11-03 12:24:01 +02:00
commit 0806865287
177 changed files with 18453 additions and 0 deletions

28
server/.gitignore vendored Normal file
View File

@@ -0,0 +1,28 @@
# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
# Build
bin/
dist/
# Environment
.env
# IDE
.idea/
.vscode/
# Dependency directories
vendor/
# Test binary, built with go test -c
*.test
# Output of the go coverage tool
*.out
tmp/