🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
37 lines
371 B
Plaintext
37 lines
371 B
Plaintext
# Nuxt
|
|
.nuxt
|
|
.output
|
|
.env
|
|
dist
|
|
|
|
# Node
|
|
node_modules
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
|
|
# Videos (archivos grandes - no subir)
|
|
videos/*.mp4
|
|
videos/*.mov
|
|
videos/*_hls/
|
|
|
|
# Mantener estructura
|
|
!videos/.gitkeep
|
|
|
|
# Logs
|
|
/tmp/*.log
|
|
|
|
# Cloudflare credentials (NUNCA subir)
|
|
.cloudflared/*.json
|
|
.cloudflared/cert.pem
|
|
cloudflared
|
|
|
|
# Config
|
|
.autostart-config
|