Test pre-commit hook v2

This commit is contained in:
ALim Aidrus 2025-08-04 15:15:13 +08:00
parent 90a49722dd
commit b1579467d2
2 changed files with 25 additions and 15 deletions

36
.gitignore vendored
View File

@ -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/

View File

@ -438,3 +438,5 @@ class _RiverInSituStep1SamplingInfoState extends State<RiverInSituStep1SamplingI
);
}
}
print('debug');