feat: initial commit - Moraworld Imports project
This commit is contained in:
+40
@@ -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
|
||||
Reference in New Issue
Block a user