Initial monorepo: shared package and DBIS, ICCC, OMNL, XOM portals

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
defiQUG
2026-02-13 10:27:01 -08:00
parent 0cd7701e93
commit f5e217efcd
240 changed files with 8161 additions and 0 deletions

34
.gitignore vendored Normal file
View File

@@ -0,0 +1,34 @@
# Dependencies
node_modules/
.pnpm-store/
# Build outputs
.next/
out/
dist/
build/
*.tsbuildinfo
# Environment
.env
.env.local
.env.*.local
# IDE / OS
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db
# Debug / logs
npm-debug.log*
pnpm-debug.log*
*.log
# Testing
coverage/
.nyc_output/
# Misc
*.pem