2022-07-30 21:09:59 +02:00
|
|
|
# Miscellaneous
|
|
|
|
*.class
|
2022-08-06 23:39:16 +02:00
|
|
|
*.lock
|
2022-07-30 21:09:59 +02:00
|
|
|
*.log
|
|
|
|
*.pyc
|
|
|
|
*.swp
|
|
|
|
.DS_Store
|
|
|
|
.atom/
|
|
|
|
.buildlog/
|
|
|
|
.history
|
|
|
|
.svn/
|
|
|
|
|
|
|
|
# IntelliJ related
|
|
|
|
*.iml
|
|
|
|
*.ipr
|
|
|
|
*.iws
|
|
|
|
.idea/
|
|
|
|
|
2022-08-06 23:39:16 +02:00
|
|
|
# Visual Studio Code related
|
|
|
|
.classpath
|
|
|
|
.project
|
|
|
|
.settings/
|
|
|
|
|
|
|
|
# Flutter repo-specific
|
|
|
|
/bin/cache/
|
|
|
|
/bin/mingit/
|
|
|
|
/dev/benchmarks/mega_gallery/
|
|
|
|
/dev/bots/.recipe_deps
|
|
|
|
/dev/bots/android_tools/
|
|
|
|
/dev/docs/doc/
|
|
|
|
/dev/docs/flutter.docs.zip
|
|
|
|
/dev/docs/lib/
|
|
|
|
/dev/docs/pubspec.yaml
|
|
|
|
/dev/integration_tests/**/xcuserdata
|
|
|
|
/dev/integration_tests/**/Pods
|
|
|
|
/packages/flutter/coverage/
|
|
|
|
version
|
|
|
|
|
|
|
|
# packages file containing multi-root paths
|
|
|
|
.packages.generated
|
2022-07-30 21:09:59 +02:00
|
|
|
|
|
|
|
# Flutter/Dart/Pub related
|
|
|
|
**/doc/api/
|
2022-08-06 23:39:16 +02:00
|
|
|
**/*.g.dart
|
2022-07-30 21:09:59 +02:00
|
|
|
.dart_tool/
|
|
|
|
.flutter-plugins
|
|
|
|
.flutter-plugins-dependencies
|
2022-08-06 23:39:16 +02:00
|
|
|
**/generated_plugin_registrant.dart
|
2022-07-30 21:09:59 +02:00
|
|
|
.packages
|
|
|
|
.pub-cache/
|
|
|
|
.pub/
|
2022-08-06 23:39:16 +02:00
|
|
|
build/
|
|
|
|
flutter_*.png
|
|
|
|
linked_*.ds
|
|
|
|
unlinked.ds
|
|
|
|
unlinked_spec.ds
|
|
|
|
|
|
|
|
# Android related
|
|
|
|
**/android/**/gradle-wrapper.jar
|
|
|
|
**/android/.gradle
|
|
|
|
**/android/captures/
|
|
|
|
**/android/gradlew
|
|
|
|
**/android/gradlew.bat
|
|
|
|
**/android/local.properties
|
|
|
|
**/android/**/GeneratedPluginRegistrant.java
|
|
|
|
**/android/key.properties
|
|
|
|
*.jks
|
|
|
|
|
|
|
|
# iOS/XCode related
|
|
|
|
**/ios/**/*.mode1v3
|
|
|
|
**/ios/**/*.mode2v3
|
|
|
|
**/ios/**/*.moved-aside
|
|
|
|
**/ios/**/*.pbxuser
|
|
|
|
**/ios/**/*.perspectivev3
|
|
|
|
**/ios/**/*sync/
|
|
|
|
**/ios/**/.sconsign.dblite
|
|
|
|
**/ios/**/.tags*
|
|
|
|
**/ios/**/.vagrant/
|
|
|
|
**/ios/**/DerivedData/
|
|
|
|
**/ios/**/Icon?
|
|
|
|
**/ios/**/Pods/
|
|
|
|
**/ios/**/.symlinks/
|
|
|
|
**/ios/**/profile
|
|
|
|
**/ios/**/xcuserdata
|
|
|
|
**/ios/.generated/
|
|
|
|
**/ios/Flutter/.last_build_id
|
|
|
|
**/ios/Flutter/App.framework
|
|
|
|
**/ios/Flutter/Flutter.framework
|
|
|
|
**/ios/Flutter/Flutter.podspec
|
|
|
|
**/ios/Flutter/Generated.xcconfig
|
|
|
|
**/ios/Flutter/app.flx
|
|
|
|
**/ios/Flutter/app.zip
|
|
|
|
**/ios/Flutter/flutter_assets/
|
|
|
|
**/ios/Flutter/flutter_export_environment.sh
|
|
|
|
**/ios/ServiceDefinitions.json
|
|
|
|
**/ios/Runner/GeneratedPluginRegistrant.*
|
|
|
|
|
|
|
|
# macOS related
|
|
|
|
**/macos/Flutter/GeneratedPluginRegistrant.swift
|
|
|
|
**/macos/Flutter/Flutter-Debug.xcconfig
|
|
|
|
**/macos/Flutter/Flutter-Release.xcconfig
|
|
|
|
**/macos/Flutter/Flutter-Profile.xcconfig
|
|
|
|
|
|
|
|
# Windows related
|
|
|
|
**/windows/flutter/ephemeral/
|
|
|
|
**/windows/**/*.suo
|
|
|
|
**/windows/**/*.user
|
|
|
|
**/windows/**/*.userosscache
|
|
|
|
**/windows/**/*.sln.docstates
|
|
|
|
**/windows/x64/
|
|
|
|
**/windows/x86/
|
|
|
|
**/windows/**/*.[Cc]ache
|
|
|
|
**/windows/**/!*.[Cc]ache/
|
2022-07-30 21:09:59 +02:00
|
|
|
|
|
|
|
# Web related
|
|
|
|
lib/generated_plugin_registrant.dart
|
|
|
|
|
2022-08-06 23:39:16 +02:00
|
|
|
# Coverage
|
|
|
|
coverage/
|
|
|
|
|
2022-07-30 21:09:59 +02:00
|
|
|
# Symbolication related
|
|
|
|
app.*.symbols
|
|
|
|
|
|
|
|
# Obfuscation related
|
|
|
|
app.*.map.json
|
|
|
|
|
2022-08-06 23:39:16 +02:00
|
|
|
# Exceptions to above rules.
|
|
|
|
!**/ios/**/default.mode1v3
|
|
|
|
!**/ios/**/default.mode2v3
|
|
|
|
!**/ios/**/default.pbxuser
|
|
|
|
!**/ios/**/default.perspectivev3
|
|
|
|
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
|
|
|
|
!/dev/ci/**/Gemfile.lock
|
|
|
|
|
|
|
|
Firebase related
|
|
|
|
.firebase
|