Add deploy/ to .gitignore; backend index and openapi updates

Made-with: Cursor
This commit is contained in:
SatsFaucet
2026-03-02 15:01:26 +01:00
parent 623eb720dc
commit 22a3c1bced
3 changed files with 25 additions and 7 deletions

3
.gitignore vendored
View File

@@ -35,6 +35,9 @@ backend/data/
# Vite
frontend/dist/
# Deploy config (server-specific)
deploy/
# Misc
*.local
.cache/