Initial BizOne portal setup

This commit is contained in:
2026-05-11 11:36:33 +07:00
commit 57017dd397
249 changed files with 41305 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@ -0,0 +1,25 @@
.DS_Store
.env
.env.local
.env.*.local
node_modules/
frontend/node_modules/
backend/node_modules/
dist/
backend/dist/
frontend/.next/
frontend/out/
.runlogs/
*.log
coverage/
.coverage
.idea/
.vscode/
postgres_data/
redis_data/