50 lines
757 B
Plaintext
50 lines
757 B
Plaintext
# Dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Build files
|
|
dist
|
|
dist-ssr
|
|
build
|
|
*.local
|
|
|
|
# Environment variables
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Backend specific
|
|
# Ignore all files in uploads directory and subdirectories
|
|
backend/uploads/*
|
|
backend/uploads/videos/*
|
|
backend/uploads/images/*
|
|
# But keep the directory structure
|
|
!backend/uploads/.gitkeep
|
|
!backend/uploads/videos/.gitkeep
|
|
!backend/uploads/images/.gitkeep
|
|
# Ignore the videos database
|
|
backend/data/videos.json
|
|
backend/data/collections.json
|