chore: import DH V2 D5.6.4 production baseline
This commit is contained in:
+51
@@ -0,0 +1,51 @@
|
||||
# Secrets / environment
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Dependencies / builds
|
||||
**/node_modules/
|
||||
**/dist/
|
||||
**/.next/
|
||||
**/.cache/
|
||||
**/.vite/
|
||||
**/coverage/
|
||||
|
||||
# Backups / exports
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.tgz
|
||||
*.dump
|
||||
*.sql
|
||||
*.bak
|
||||
*.bak-*
|
||||
*.backup
|
||||
|
||||
# Runtime / logs
|
||||
*.log
|
||||
*.pid
|
||||
*.tmp
|
||||
*.swp
|
||||
|
||||
# OS / editors
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Private keys / certificates
|
||||
*.pem
|
||||
*.key
|
||||
*.p12
|
||||
*.pfx
|
||||
id_rsa
|
||||
id_ed25519
|
||||
*_github
|
||||
*_github.pub
|
||||
|
||||
# TypeScript generated metadata
|
||||
*.tsbuildinfo
|
||||
|
||||
# Generated from web-v2/vite.config.ts
|
||||
web-v2/vite.config.js
|
||||
web-v2/vite.config.d.ts
|
||||
Reference in New Issue
Block a user