Add full monorepo: virtual-banker, backend, frontend, docs, scripts, deployment

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
defiQUG
2026-02-10 11:32:49 -08:00
parent aafcd913c2
commit 88bc76da91
815 changed files with 125522 additions and 264 deletions

26
.gitignore vendored
View File

@@ -5,10 +5,14 @@ vendor/
# Build outputs
dist/
build/
*.min.js
*.min.css
.next/
*.exe
*.exe~
*.dll
*.so
*.dylib
# Environment files
# Environment variables
.env
.env.local
.env.*.local
@@ -28,16 +32,16 @@ Thumbs.db
*.log
logs/
# Database
*.db
*.sqlite
# Temporary files
tmp/
temp/
*.tmp
# Deployment
deployment/.env
deployment/secrets/
# Testing
coverage/
.nyc_output/
# Go
*.test
*.out
go.work