Backup: 2025-06-07 19:48 - Script test
[Restore from backup: vip-coordinator-backup-2025-06-07-19-48-script-test]
This commit is contained in:
85
.gitignore
vendored
85
.gitignore
vendored
@@ -1,10 +1,57 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
# Environment files with sensitive data
|
||||
.env.prod
|
||||
.env.production
|
||||
backend/.env
|
||||
|
||||
# Build artifacts
|
||||
dist/
|
||||
build/
|
||||
*.map
|
||||
# Node modules
|
||||
node_modules/
|
||||
backend/node_modules/
|
||||
frontend/node_modules/
|
||||
|
||||
# Build outputs
|
||||
backend/dist/
|
||||
frontend/dist/
|
||||
frontend/build/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Runtime data
|
||||
pids
|
||||
*.pid
|
||||
*.seed
|
||||
*.pid.lock
|
||||
|
||||
# Coverage directory used by tools like istanbul
|
||||
coverage/
|
||||
|
||||
# nyc test coverage
|
||||
.nyc_output
|
||||
|
||||
# Dependency directories
|
||||
jspm_packages/
|
||||
|
||||
# Optional npm cache directory
|
||||
.npm
|
||||
|
||||
# Optional REPL history
|
||||
.node_repl_history
|
||||
|
||||
# Output of 'npm pack'
|
||||
*.tgz
|
||||
|
||||
# Yarn Integrity file
|
||||
.yarn-integrity
|
||||
|
||||
# dotenv environment variables file
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
# IDE files
|
||||
.vscode/
|
||||
@@ -13,18 +60,26 @@ build/
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS files
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
desktop.ini
|
||||
|
||||
# Backup directories (exclude from repo)
|
||||
vip-coordinator-backup-*/
|
||||
# Docker
|
||||
.dockerignore
|
||||
|
||||
# Copy directories that shouldn't be in repo
|
||||
vip-coordinator - Copy/
|
||||
# Backup files
|
||||
*backup*
|
||||
*.bak
|
||||
*.tmp
|
||||
|
||||
# ZIP files (exclude from repo)
|
||||
*.zip
|
||||
# Database files
|
||||
*.sqlite
|
||||
*.db
|
||||
|
||||
# Note: .env files are intentionally included in the repository
|
||||
# Redis dump
|
||||
dump.rdb
|
||||
Reference in New Issue
Block a user