init: video-create project with skills and accounts
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# Output (generated images, videos, manifests)
|
||||
output/
|
||||
|
||||
# Config with API keys
|
||||
config.json
|
||||
.claude/skills/config.json
|
||||
|
||||
# Local settings
|
||||
.claude/settings.local.json
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Environment
|
||||
.env
|
||||
.env.*
|
||||
Reference in New Issue
Block a user