Initial deploy branch with static build output

This commit is contained in:
2025-12-23 22:51:22 +01:00
commit 635ecc5c37
21 changed files with 83 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
# Deploy branch - only track build outputs
# Ignore everything by default
*
# Except these files/directories
!.gitignore
!index.html
!robots.txt
!_app/
!_app/**