skills/elevenlabs-remotion/.gitignore

23 lines
175 B
Plaintext

# Dependencies
node_modules/
# Environment
.env
.env.local
.env*.local
# Cache
.dictionary-cache.json
# Output
*.mp3
*.wav
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/