init
This commit is contained in:
48
.gitignore
vendored
Normal file
48
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user