* feat: Added tests * feat: Added header test * feat: Added new tests * fix * feat: Added test, fmt * feat: Added delete test * added system and unread ind tests * fix: analysis * added new tests * fix: analysis * added tests * add attachment actions modal tests * fix analysis * fix analysis * add backbutton tests * fix analysis * increase timeout * add channelheader tests * add infotile tests * add reactions modal and channel unread indicator tests * add golden test for reaction bubble * add dark tests * add system message golden * add deletd message golden * add message action modal tests * update goldens * update workflow runner * update goldens * remove channel unread indicator in favor of unread indicator * move file and media screen to sample app * add channel image tesst * add channel_list_header test * add thread_header test * bump up test threashold * fix review Co-authored-by: Salvatore Giordano <[email protected]>
68 lines
1.3 KiB
Plaintext
68 lines
1.3 KiB
Plaintext
# 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/
|
|
/build/
|
|
coverage/
|
|
coverage_helper_test.dart
|
|
|
|
# Web related
|
|
lib/generated_plugin_registrant.dart
|
|
|
|
# Exceptions to above rules.
|
|
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
|
|
# See https://www.dartlang.org/guides/libraries/private-files
|
|
|
|
# Files and directories created by pub
|
|
.dart_tool/
|
|
.packages
|
|
build/
|
|
# If you're building an application, you may want to check-in your pubspec.lock
|
|
pubspec.lock
|
|
|
|
# Directory created by dartdoc
|
|
# If you don't generate documentation locally you can remove this line.
|
|
doc/api/
|
|
|
|
# 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
|
|
|
|
fvm
|
|
google-services.json
|
|
example/ios/dist
|
|
.vscode/
|
|
|
|
# don't check in golden failure output
|
|
**/failures/*.png |