This commit is contained in:
2026-06-22 05:51:46 +03:00
commit 03f9319b3a
32 changed files with 11008 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
node_modules/
dist/
.pnp
.pnp.js
.env
.env.*
!.env.example
*.tsbuildinfo
.DS_Store
**/.gitkeep
.cache
/.astro/
/.direnv/