add .worktrees to gitignore and fix base.html comment

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Deeman
2026-02-19 20:29:20 +01:00
parent 5de83d820c
commit b747de9c8c
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
CLAUDE.md
.bedrockapikey
.live-slot
.worktrees/

View File

@@ -49,7 +49,7 @@
});
</script>
<!-- SEO defaults (child templates may override via {% block head %}) -->
<!-- SEO defaults (child templates may override via block head) -->
<link rel="canonical" href="{{ config.BASE_URL }}{{ request.path }}">
<meta property="og:title" content="{{ config.APP_NAME }}">
<meta property="og:description" content="">