diff --git a/.gitignore b/.gitignore index 79c113f..c025730 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,15 @@ -# Miscellaneous +# === Miscellaneous === *.class *.log *.pyc *.swp +*.tmp +*.bak .DS_Store +Thumbs.db +ehthumbs.db +Desktop.ini + .atom/ .build/ .buildlog/ @@ -12,34 +18,36 @@ .swiftpm/ migrate_working_dir/ -# IntelliJ related +# === IDEs and Editors === *.iml *.ipr *.iws .idea/ -# The .vscode folder contains launch configuration and tasks you configure in -# VS Code which you may wish to be included in version control, so this line -# is commented out by default. +# VS Code (optional — uncomment if you don't want to track it) #.vscode/ -# Flutter/Dart/Pub related +# === Flutter / Dart / Pub === **/doc/api/ **/ios/Flutter/.last_build_id + .dart_tool/ .flutter-plugins .flutter-plugins-dependencies .pub-cache/ .pub/ -/build/ +build/ -# Symbolication related +# === Android build artifacts === +android/app/debug/ +android/app/profile/ +android/app/release/ + +# === Symbolication and Obfuscation === app.*.symbols - -# Obfuscation related app.*.map.json -# Android Studio will place build artifacts here -/android/app/debug -/android/app/profile -/android/app/release +# === Optional: Simulation or FTP staging folders === +#sim_output/ +#ftp_staging/ +#temp_data/ diff --git a/lib/screens/river/manual/widgets/river_in_situ_step_1_sampling_info.dart b/lib/screens/river/manual/widgets/river_in_situ_step_1_sampling_info.dart index 62a18bb..62e29d0 100644 --- a/lib/screens/river/manual/widgets/river_in_situ_step_1_sampling_info.dart +++ b/lib/screens/river/manual/widgets/river_in_situ_step_1_sampling_info.dart @@ -437,4 +437,6 @@ class _RiverInSituStep1SamplingInfoState extends State