Files
RepoDructor/.gitignore
josedario87 f0ed200577
Some checks failed
build-and-deploy / build (push) Failing after 25s
build-and-deploy / deploy (push) Has been skipped
Add Docker deployment configuration and CI/CD pipeline
2025-08-04 13:51:09 -06:00

104 lines
1.0 KiB
Plaintext

# Nuxt.js
.output
.nuxt
.nitro
# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage/
*.lcov
# nyc test coverage
.nyc_output
# ESLint cache
.eslintcache
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# Environment variables
.env
.env.local
.env.production
.env.development
# Logs
logs
*.log
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# Build outputs
dist/
.output/
.nuxt/
# Local music files (keep them out of git)
music/
*.mp3
*.wav
*.flac
*.m4a
*.ogg
*.aac
# Temporary files
.tmp/
*.tmp
# Cache files
.cache/
.parcel-cache/
# PWA files
sw.js
workbox-*.js
# Docker and deployment
.env*
docker-compose.override.yml
.dockerignore
# SSL certificates
*.pem
*.crt
*.key
# Production secrets
secrets/
credentials/