Initial commit: Video player with HLS support
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
36
.gitignore
vendored
Normal file
36
.gitignore
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user