Initial import: web4beginners editor and deployment setup

This commit is contained in:
2026-03-06 13:49:43 +01:00
commit fd9ea482bf
73 changed files with 4043 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# OS / editor
.DS_Store
# Local runtime files
.offline-server.log
.offline-server.pid
# Editor auth + reset + rate limit state (never commit)
content/.editor-credentials.json
content/.editor-reset.json
content/.editor-rate-limit.json
# Generated backups
*.bak
content/*.bak
# Optional local tooling
node_modules/