2020-08-02 13:34:42 +02:00
|
|
|
# Miscellaneous
|
|
|
|
*.class
|
|
|
|
*.log
|
|
|
|
*.pyc
|
|
|
|
*.swp
|
|
|
|
.DS_Store
|
|
|
|
.atom/
|
|
|
|
.buildlog/
|
|
|
|
.history
|
|
|
|
.svn/
|
|
|
|
|
|
|
|
# IntelliJ related
|
|
|
|
*.iml
|
|
|
|
*.ipr
|
|
|
|
*.iws
|
|
|
|
.idea/
|
|
|
|
|
|
|
|
# Flutter/Dart/Pub related
|
|
|
|
**/doc/api/
|
|
|
|
.dart_tool/
|
|
|
|
.flutter-plugins
|
|
|
|
.flutter-plugins-dependencies
|
|
|
|
.packages
|
|
|
|
.pub-cache/
|
|
|
|
.pub/
|
|
|
|
/build/
|
2021-11-12 17:01:17 +01:00
|
|
|
lib/l10n/gen
|
2020-08-02 13:34:42 +02:00
|
|
|
|
|
|
|
# Web related
|
|
|
|
lib/generated_plugin_registrant.dart
|
|
|
|
|
|
|
|
# Symbolication related
|
|
|
|
app.*.symbols
|
|
|
|
|
|
|
|
# Obfuscation related
|
|
|
|
app.*.map.json
|
|
|
|
|
|
|
|
# Exceptions to above rules.
|
|
|
|
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
|
2021-09-23 19:25:03 +02:00
|
|
|
|
|
|
|
# Xcode build files
|
|
|
|
ios/build
|