This commit is contained in:
Peifan Li
2025-03-08 22:35:41 -05:00
commit 959c54b6f2
40 changed files with 10817 additions and 0 deletions

48
.gitignore vendored Normal file
View File

@@ -0,0 +1,48 @@
# 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/videos.json