2020-03-20 16:17:02 +01:00
|
|
|
# Miscellaneous
|
|
|
|
*.class
|
|
|
|
*.log
|
|
|
|
*.pyc
|
|
|
|
*.swp
|
|
|
|
.DS_Store
|
|
|
|
.atom/
|
|
|
|
.buildlog/
|
|
|
|
.history
|
|
|
|
.svn/
|
|
|
|
|
|
|
|
# IntelliJ related
|
|
|
|
*.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.
|
|
|
|
#.vscode/
|
|
|
|
|
|
|
|
# Flutter/Dart/Pub related
|
|
|
|
**/doc/api/
|
|
|
|
.dart_tool/
|
|
|
|
.flutter-plugins
|
|
|
|
.flutter-plugins-dependencies
|
|
|
|
.packages
|
|
|
|
.pub-cache/
|
|
|
|
.pub/
|
2022-10-02 22:04:11 +02:00
|
|
|
build/
|
2020-03-20 16:17:02 +01:00
|
|
|
|
|
|
|
# Web related
|
|
|
|
lib/generated_plugin_registrant.dart
|
|
|
|
|
|
|
|
# Exceptions to above rules.
|
|
|
|
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
|
2020-03-25 17:00:00 +01:00
|
|
|
|
|
|
|
|
|
|
|
### Custom Part ----------------------------------------------------------------
|
|
|
|
|
2022-10-02 22:04:11 +02:00
|
|
|
|
2020-08-01 19:45:40 +02:00
|
|
|
coverage/lcov.info
|
2022-12-29 20:42:59 +01:00
|
|
|
assets/screenshots/src
|
|
|
|
signing/github.jks
|
|
|
|
src/android/key.properties
|