This commit is contained in:
2026-03-25 10:58:10 +01:00
commit 07c4c04eb7
23 changed files with 7365 additions and 0 deletions

34
.gitignore vendored Normal file
View File

@@ -0,0 +1,34 @@
# IDEs
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db
# Environment
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Backend (Rust)
backend/target/
backend/**/*.rs.bk
# Frontend (Node/Astro)
frontend/node_modules/
frontend/dist/
frontend/.astro/
frontend/npm-debug.log*
frontend/yarn-debug.log*
frontend/yarn-error.log*
frontend/.pnpm-debug.log*
# Data (Persistent storage)
# We might want to keep the directory structure but ignore the actual content
# data/posts/*
# data/uploads/*
# !data/posts/hello-world.md
# !data/posts/another-post.md