livrare lot 2

This commit is contained in:
EVOTECH IT SRL 2026-07-10 03:39:53 -07:00
commit 8ecc78e729
763 changed files with 164593 additions and 0 deletions

View file

@ -0,0 +1,68 @@
# Environment files
.env
.env.local
.env.production
# Data directories
data/
backups/
pg_data/
pgdata/
# Log files
*.log
logs/
log/
# Certificates and keys
certs/
*.crt
*.key
*.pem
*.p12
*.pfx
# Backup files
*.dump
*.sql
*.sql.gz
*.tar
*.tar.gz
*.backup
# pgAdmin data
pgadmin_data/
.pgadmin/
# Temporary files
*.tmp
*.temp
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
desktop.ini
# IDE files
.idea/
.vscode/
*.iml
# Docker volumes (local bindings)
/data
/backups
/pgadmin_data
# Test data
test_data/
*.test.sql
# Migration tracking
.migrations_applied
# Monitoring data
prometheus_data/
grafana_data/