chore: normalize .gitignore after cleanup
Mirror to GitHub / mirror (push) Successful in 49s
Test and Lint / backend-test (push) Successful in 1m52s
Test and Lint / frontend-test (push) Successful in 2m9s
Version and Release / version-bump (push) Successful in 1m4s
Version and Release / trigger-drone (push) Successful in 4s

This commit is contained in:
2025-09-05 14:56:09 +02:00
parent e9171c7115
commit ceefe4f5a7
+7 -1
View File
@@ -72,6 +72,12 @@ logs/
storage/ storage/
data/ data/
certbot/ certbot/
# Ignore local contributor guide copy # Ignore local contributor guide copy
AGENTS.md AGENTS.md
# Local artifacts from browser tooling
.playwright-mcp/
# Local SQLite files in backend
backend/*.sqlite*