clipviral / .dockerignore
baimkita's picture
Deploy ClipViral - AI-powered YouTube Shorts generator
79d35a4
raw
history blame contribute delete
373 Bytes
# Dependencies
node_modules
npm-debug.log
# Build outputs
.next
out
# Development files
.git
.gitignore
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE
.vscode
.idea
*.swp
*.swo
# Testing
coverage
.nyc_output
# Misc
*.md
!README.md
.DS_Store
Thumbs.db
# Generated clips (will be created at runtime)
public/clips/*
!public/clips/.gitkeep