Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 0 additions & 31 deletions .dart_tool/extension_discovery/README.md

This file was deleted.

1 change: 0 additions & 1 deletion .dart_tool/extension_discovery/vs_code.json

This file was deleted.

179 changes: 0 additions & 179 deletions .dart_tool/package_config.json

This file was deleted.

113 changes: 0 additions & 113 deletions .dart_tool/package_config_subset

This file was deleted.

1 change: 0 additions & 1 deletion .dart_tool/version

This file was deleted.

55 changes: 55 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.build/
.buildlog/
.history
.svn/
.swiftpm/
migrate_working_dir/
.cxx
.env

# 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/
**/ios/Flutter/.last_build_id
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
/build/
devtools_options.yaml
sentry.properties

# Web related
web/cert/*.pem

# 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
/android/build
/.kotlin
Loading