- Add web/.next and web/out to ignore list - Exclude backend/certbot and *.pem files - Prevents build artifacts from being tracked
25 lines
257 B
Text
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/
|
|
|