Test pre-commit hook v2
This commit is contained in:
parent
90a49722dd
commit
b1579467d2
36
.gitignore
vendored
36
.gitignore
vendored
@ -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/
|
||||
|
||||
@ -438,3 +438,5 @@ class _RiverInSituStep1SamplingInfoState extends State<RiverInSituStep1SamplingI
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
print('debug');
|
||||
Loading…
Reference in New Issue
Block a user