37 lines
444 B
Plaintext
37 lines
444 B
Plaintext
# Flutter
|
|
.dart_tool/
|
|
.packages
|
|
.pub-cache/
|
|
build/
|
|
flutter_export_environment.sh
|
|
|
|
# Android Studio / IntelliJ
|
|
.idea/
|
|
*.iml
|
|
|
|
# Android
|
|
android/.gradle/
|
|
android/.idea/
|
|
android/local.properties
|
|
android/key.properties
|
|
|
|
# iOS
|
|
ios/Pods/
|
|
ios/.symlinks/
|
|
ios/Flutter/flutter_export_environment.sh
|
|
ios/Runner.xcworkspace/
|
|
|
|
# macOS
|
|
macos/Flutter/ephemeral/
|
|
|
|
# Windows
|
|
windows/flutter/ephemeral/
|
|
|
|
# VS Code
|
|
.vscode/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# FVM Version Cache
|
|
.fvm/ |