environment_monitoring_app/.gitignore

54 lines
727 B
Plaintext

# === Miscellaneous ===
*.class
*.log
*.pyc
*.swp
*.tmp
*.bak
.DS_Store
Thumbs.db
ehthumbs.db
Desktop.ini
.atom/
.build/
.buildlog/
.history
.svn/
.swiftpm/
migrate_working_dir/
# === IDEs and Editors ===
*.iml
*.ipr
*.iws
.idea/
# VS Code (optional — uncomment if you don't want to track it)
#.vscode/
# === Flutter / Dart / Pub ===
**/doc/api/
**/ios/Flutter/.last_build_id
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.pub-cache/
.pub/
build/
# === Android build artifacts ===
android/app/debug/
android/app/profile/
android/app/release/
# === Symbolication and Obfuscation ===
app.*.symbols
app.*.map.json
# === Optional: Simulation or FTP staging folders ===
#sim_output/
#ftp_staging/
#temp_data/