45 lines
619 B
Plaintext
45 lines
619 B
Plaintext
# === Flutter / Dart ===
|
|
.dart_tool/
|
|
.packages
|
|
.pub-cache/
|
|
.pub/
|
|
build/
|
|
|
|
# Flutter generated
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
|
|
# === iOS ===
|
|
ios/Pods/
|
|
ios/.symlinks/
|
|
ios/Flutter/Flutter.framework
|
|
ios/Flutter/App.framework
|
|
ios/Flutter/Generated.xcconfig
|
|
ios/Flutter/flutter_export_environment.sh
|
|
ios/Flutter/ephemeral/
|
|
|
|
# Xcode user files
|
|
ios/**/*.xcuserstate
|
|
ios/**/*.xcuserdata/
|
|
|
|
# === Android ===
|
|
android/.gradle/
|
|
android/local.properties
|
|
android/**/build/
|
|
|
|
# Keystore (絶対に入れない)
|
|
*.keystore
|
|
*.jks
|
|
|
|
# === IDE ===
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
|
|
# === OS ===
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# === Logs ===
|
|
*.log
|