feat: initial commit - Moraworld Imports project

This commit is contained in:
Lizandro Guarnizo
2026-06-01 08:06:40 -05:00
commit 094ea9cf81
47 changed files with 12844 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
# Dependencies
node_modules/
.pnpm-store/
# Build
dist/
build/
.next/
out/
.turbo/
# Env
.env
.env.local
.env.*.local
!.env.example
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
pnpm-debug.log*
# Prisma
packages/database/prisma/migrations/**/migration_lock.toml
# Test / coverage
coverage/
# Coolify / Docker local overrides
docker-compose.override.yml