49 lines
615 B
Plaintext
49 lines
615 B
Plaintext
# Flutter/Dart related
|
|
.dart_tool/
|
|
.packages
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
.metadata
|
|
|
|
# Build output
|
|
/build/
|
|
**/build/
|
|
|
|
# iOS
|
|
ios/Flutter/Flutter.framework
|
|
ios/Flutter/Flutter.podspec
|
|
ios/Pods/
|
|
ios/.symlinks/
|
|
ios/Flutter/Generated.xcconfig
|
|
ios/Flutter/ephemeral/
|
|
|
|
# Android
|
|
android/.gradle/
|
|
android/local.properties
|
|
android/**/GeneratedPluginRegistrant.java
|
|
android/key.properties
|
|
|
|
# Web
|
|
web/.dart_tool/
|
|
|
|
# Windows
|
|
windows/flutter/ephemeral/
|
|
|
|
# macOS
|
|
macos/Flutter/ephemeral/
|
|
|
|
# Linux
|
|
linux/flutter/ephemeral/
|
|
|
|
# IDE / Editor
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|