main
Some checks failed
CI / build (push) Successful in 1m16s
Deploy Backend / build-and-deploy (push) Failing after 13m4s

This commit is contained in:
2026-02-07 00:20:27 +03:00
commit 02ecfada63
111 changed files with 23359 additions and 0 deletions

38
.gitignore vendored Normal file
View File

@@ -0,0 +1,38 @@
# compiled output
/dist
/node_modules
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
# os
.DS_Store
Thumbs.db
# env
.env
.env.test
.env.production
.env.local
# ide
.idea
.vscode
*.swp
*.swo
# test coverage
coverage/
junit.xml
# prisma
/prisma/*.db
/prisma/*.db-journal
dist
cli-tool