courseworx/.gitignore
mmabdalla dfa05f73ee v2.0.3 - Update .gitignore to exclude backend/uploads/ directory
- Added backend/uploads/ to .gitignore to exclude large video files
- This prevents large course video files from being tracked in git
- Keeps repository size manageable while preserving code changes
- Video files are now properly excluded from version control
2025-09-14 04:37:44 +03:00

111 lines
No EOL
1.2 KiB
Text

# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Build outputs
build/
dist/
out/
# Logs
logs
*.log
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage/
# nyc test coverage
.nyc_output
# Dependency directories
jspm_packages/
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache
# next.js build output
.next
# nuxt.js build output
.nuxt
# vuepress build output
.vuepress/dist
# Serverless directories
.serverless
# FuseBox cache
.fusebox/
# DynamoDB Local files
.dynamodb/
# TernJS port file
.tern-port
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Database files
*.sqlite
*.db
# Course Video's
backend/uploads/
# Temporary files
tmp/
temp/
# Backup files
*.bak
*.backup
# Package lock files (optional - uncomment if you want to ignore them)
# package-lock.json
# yarn.lock