morethanadiagnosis-hub/.gitignore
admin 66d1b802dd chore: update gitignore to exclude Next.js build artifacts and certificates
- Add web/.next and web/out to ignore list
- Exclude backend/certbot and *.pem files
- Prevents build artifacts from being tracked
2025-11-18 18:07:49 +00:00

25 lines
257 B
Text

# General
.DS_Store
*.log
node_modules/
dist/
build/
.cache/
.env*
# Next.js
web/.next/
web/out/
web/.cache/
# Build artifacts
backend/certbot/
*.pem
# Mobile/Flutter/Expo (if chosen later)
.gradle/
android/app/build/
ios/Pods/
.flutter-plugins*
.expo/