initial commit

This commit is contained in:
kiaro37
2026-01-26 13:25:17 +03:00
commit 4ed99574e1
81 changed files with 17280 additions and 0 deletions

22
.dockerignore Normal file
View File

@@ -0,0 +1,22 @@
# Dependencies and build output
node_modules
npm-cache
.pnpm-store
.dist
dist
build
coverage
# VCS
.git
.gitignore
# Editor/OS files
.DS_Store
*.swp
*.log
# Keep lockfiles in context
!package-lock.json
!pnpm-lock.yaml
!yarn.lock