You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
1.1 KiB
Plaintext
71 lines
1.1 KiB
Plaintext
# Miscellaneous
|
|
*.class
|
|
*.log
|
|
*.pyc
|
|
*.swp
|
|
.DS_Store
|
|
.atom/
|
|
.build/
|
|
.buildlog/
|
|
.history
|
|
.svn/
|
|
.swiftpm/
|
|
migrate_working_dir/
|
|
|
|
# IntelliJ related
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
# The .vscode folder contains launch configuration and tasks_request 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/
|
|
build/
|
|
|
|
# Web related
|
|
lib/generated_plugin_registrant.dart
|
|
|
|
# Symbolication related
|
|
app.*.symbols
|
|
|
|
# Obfuscation related
|
|
app.*.map.json
|
|
|
|
# Android related
|
|
# Gradle files
|
|
android/gradle.properties
|
|
android/.gradle/
|
|
android/gradle/
|
|
android/captures/
|
|
|
|
# Build directories
|
|
android/app/debug/
|
|
android/app/profile/
|
|
android/app/release/
|
|
android/app/build/
|
|
android/build/
|
|
**/android/**/build/
|
|
|
|
# Generated files
|
|
android/app/generated/
|
|
android/app/build/generated/
|
|
android/app/build/intermediates/
|
|
android/app/build/outputs/
|
|
# macOS
|
|
macos/Flutter/ephemeral/
|
|
macos/Pods/
|
|
macos/build/
|