98 lines
1.9 KiB
Plaintext
98 lines
1.9 KiB
Plaintext
# ==========================================
|
|
# 🛠️ General / System Files
|
|
# ==========================================
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
*.log
|
|
*.tmp
|
|
*.bak
|
|
|
|
# ==========================================
|
|
# 💻 IDE & Editors
|
|
# ==========================================
|
|
.idea/
|
|
.vscode/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# ==========================================
|
|
# 🐘 Backend (PHP / Composer)
|
|
# ==========================================
|
|
backend/.env
|
|
backend/.env.local
|
|
backend/.env.development
|
|
backend/.env.staging
|
|
backend/.env.production
|
|
backend/vendor/
|
|
backend/.phpunit.result.cache
|
|
# backend/composer.lock (Recommended to commit for applications)
|
|
|
|
# ==========================================
|
|
# 🟢 Node.js / Frontend / JS
|
|
# ==========================================
|
|
node_modules/
|
|
frontend/node_modules/
|
|
frontend/dist/
|
|
frontend/build/
|
|
frontend/.next/
|
|
frontend/out/
|
|
frontend/.env
|
|
frontend/.env.local
|
|
frontend/.env.development.local
|
|
frontend/.env.test.local
|
|
frontend/.env.production.local
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.eslintcache
|
|
|
|
# ==========================================
|
|
# 📱 Mobile (Flutter / Dart / iOS / Android)
|
|
# ==========================================
|
|
# Flutter/Dart
|
|
.dart_tool/
|
|
.packages
|
|
.pub-cache/
|
|
.pub/
|
|
/build/
|
|
mobile/build/
|
|
mobile/.dart_tool/
|
|
mobile/.packages
|
|
mobile/.flutter-plugins
|
|
mobile/.flutter-plugins-dependencies
|
|
mobile/.metadata
|
|
mobile/generated/
|
|
|
|
# Android specific
|
|
mobile/android/local.properties
|
|
mobile/android/gen/
|
|
mobile/android/out/
|
|
mobile/android/app/src/main/res/raw/
|
|
*.keystore
|
|
*.jks
|
|
*.ap_
|
|
*.apk
|
|
*.aab
|
|
|
|
# iOS specific
|
|
mobile/ios/Flutter/flutter_export_environment.sh
|
|
mobile/ios/Flutter/Generated.xcconfig
|
|
mobile/ios/Flutter/flutter_assets/
|
|
mobile/ios/Pods/
|
|
mobile/ios/.symlinks/
|
|
mobile/ios/Flash/
|
|
mobile/ios/DerivedData/
|
|
.xcworkspace/
|
|
*.mode1v3
|
|
*.mode2v3
|
|
*.storyboardc
|
|
*.nib
|