Changeset 0.5.0 (#35)

This commit is contained in:
2026-02-19 15:03:20 +00:00
parent a93a6b9635
commit 30d0c11219
65 changed files with 5345 additions and 8070 deletions

17
.gitignore vendored
View File

@@ -1,11 +1,5 @@
# Dependencies
node_modules/
vendor/
# Build outputs
standalone/index.html
dist/
build/
# Vendor libs (downloaded at build time)
src/vendor/
# Go
*.exe
@@ -17,6 +11,9 @@ build/
*.out
go.work
# Node (if any dev tooling)
node_modules/
# IDE
.idea/
.vscode/
@@ -49,3 +46,7 @@ docker-compose.override.yml
*.pem
*.key
secrets/
# Build artifacts
dist/
build/