Second commit because first was to initialize

This commit is contained in:
2025-07-11 20:39:35 +03:00
parent cbbe43a691
commit 44f586cb66
299 changed files with 1888 additions and 4256 deletions

31
.gitignore vendored
View File

@@ -1,5 +1,26 @@
_site
.sass-cache
.jekyll-cache
.jekyll-metadata
.idea
node_modules
# Output
.output
.vercel
.netlify
.wrangler
/.svelte-kit
/build
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
# Bun
bun.lock
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*