68 lines
1.2 KiB
Plaintext
68 lines
1.2 KiB
Plaintext
# -----------------------------
|
|
# OS / Editor
|
|
# -----------------------------
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
*.tmp
|
|
*.orig
|
|
*.rej
|
|
.idea/
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
|
|
# VS Code (keep shared recommendations if added)
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
|
|
# -----------------------------
|
|
# Dart / Flutter
|
|
# -----------------------------
|
|
.dart_tool/
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
.packages
|
|
.pub/
|
|
.pub-cache/
|
|
/build/
|
|
coverage/
|
|
**/doc/api/
|
|
|
|
# Generated symbol / map files
|
|
app.*.symbols
|
|
app.*.map.json
|
|
|
|
# -----------------------------
|
|
# Android
|
|
# -----------------------------
|
|
android/.gradle/
|
|
android/app/debug/
|
|
android/app/profile/
|
|
android/app/release/
|
|
|
|
# -----------------------------
|
|
# iOS / macOS generated
|
|
# -----------------------------
|
|
ios/Flutter/ephemeral/
|
|
ios/Flutter/.last_build_id
|
|
ios/Pods/
|
|
ios/.symlinks/
|
|
ios/Runner.xcworkspace/xcuserdata/
|
|
ios/Runner.xcodeproj/xcuserdata/
|
|
|
|
macos/Flutter/ephemeral/
|
|
macos/Pods/
|
|
macos/.symlinks/
|
|
macos/Runner.xcworkspace/xcuserdata/
|
|
macos/Runner.xcodeproj/xcuserdata/
|
|
|
|
# -----------------------------
|
|
# Linux / Windows generated
|
|
# -----------------------------
|
|
linux/flutter/ephemeral/
|
|
windows/flutter/ephemeral/
|