Initial commit. All work done in Zaguan Blade

This commit is contained in:
2026-01-22 23:14:13 +01:00
commit adc09431d3
34 changed files with 10294 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# Dependencies
node_modules/
# Build output
dist/
.astro/
# Environment variables
.env
.env.local
.env.production
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*