main
Some checks failed
Build and Deploy Backend / build-and-push (push) Failing after 3m5s
Build and Deploy Backend / deploy (push) Has been skipped

This commit is contained in:
2026-01-28 02:31:36 +03:00
commit bbec8f09bb
123 changed files with 23865 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