Initial AI video editor prototype
This commit is contained in:
+38
@@ -0,0 +1,38 @@
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
||||
# build output
|
||||
dist/
|
||||
|
||||
# local QA captures and generated media
|
||||
qa/
|
||||
design-qa.md
|
||||
AGENTS.md
|
||||
|
||||
# local package/cache files
|
||||
.npm-cache/
|
||||
.npmrc
|
||||
.netlify/
|
||||
.vite/
|
||||
.vite-temp/
|
||||
|
||||
# logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# local environment
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# OS/editor noise
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Local Netlify folder
|
||||
.netlify
|
||||
Reference in New Issue
Block a user