38 lines
449 B
Plaintext
38 lines
449 B
Plaintext
.git
|
|
.gitignore
|
|
node_modules
|
|
.next
|
|
.env.local
|
|
.env.*.local
|
|
.DS_Store
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
.turbo
|
|
.swc
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.cache
|
|
coverage
|
|
dist
|
|
build
|
|
out
|
|
.env.example
|
|
README.md
|
|
LICENSE
|
|
.editorconfig
|
|
.prettierrc
|
|
.eslintrc*
|
|
.gitattributes
|
|
public/videos
|
|
public/thumbnails
|
|
# Note: public/uploads is no longer used; uploads are stored in UPLOADS_DIR (/uploads)
|
|
uploads
|
|
.turbopack
|
|
.turbopack-cache
|