Initial commit

This commit is contained in:
2026-08-09 18:06:06 +02:00
commit 8af1ff6ec1
5 changed files with 333 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# Binaries
/dashboard
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binaries and coverage
*.test
*.out
coverage.txt
# Go workspace / vendor
/vendor/
go.work
go.work.sum
# Generated code (from tui generate)
dashboard_gsx.go
# Editor/OS
.DS_Store
.idea/
.vscode/