2024-12-21 18:29:58 +01:00
|
|
|
# Files and directories created by pub
|
|
|
|
.packages
|
|
|
|
build/
|
|
|
|
# If you're building an application, you may want to check-in your pubspec.lock
|
|
|
|
pubspec.lock
|
|
|
|
|
2024-12-21 19:38:25 +01:00
|
|
|
# Flutter/Dart/Pub related
|
|
|
|
**/doc/api/
|
|
|
|
**/ios/Flutter/.last_build_id
|
|
|
|
.dart_tool/
|
|
|
|
.flutter-plugins
|
|
|
|
.flutter-plugins-dependencies
|
|
|
|
.pub-cache/
|
|
|
|
.pub/
|
2024-12-21 18:29:58 +01:00
|
|
|
|
|
|
|
# dotenv environment variables file
|
|
|
|
.env*
|
|
|
|
|
|
|
|
# Avoid committing generated Javascript files:
|
|
|
|
*.dart.js
|
|
|
|
*.info.json # Produced by the --dump-info flag.
|
|
|
|
*.js # When generated by dart2js. Don't specify *.js if your
|
|
|
|
# project includes source files written in JavaScript.
|
|
|
|
*.js_
|
|
|
|
*.js.deps
|
|
|
|
*.js.map
|
|
|
|
|
|
|
|
.flutter-plugins
|
|
|
|
.flutter-plugins-dependencies
|
|
|
|
|
2024-12-21 19:38:25 +01:00
|
|
|
# Symbolication related
|
|
|
|
app.*.symbols
|
|
|
|
|
|
|
|
# Obfuscation related
|
|
|
|
app.*.map.json
|
|
|
|
|
|
|
|
# Android Studio will place build artifacts here
|
|
|
|
/android/app/debug
|
|
|
|
/android/app/profile
|
|
|
|
/android/app/release
|