mirror of
https://github.com/FoggedLens/deflock-app.git
synced 2026-02-12 16:52:51 +00:00
103 lines
3.2 KiB
Plaintext
103 lines
3.2 KiB
Plaintext
# ───────────────────────────────
|
||
# Flutter / Dart
|
||
# ───────────────────────────────
|
||
.dart_tool/
|
||
.metadata
|
||
.packages
|
||
.melange/
|
||
# Generated plugin registrant (Flutter <3.16)
|
||
.flutter-plugins
|
||
.flutter-plugins-dependencies
|
||
|
||
# Build outputs
|
||
build/
|
||
# Opaque pub cache files; keep pubspec.lock in VCS
|
||
.pub-cache/
|
||
|
||
# ───────────────────────────────
|
||
# Android
|
||
# ───────────────────────────────
|
||
android/.gradle/
|
||
android/.idea/
|
||
android/local.properties
|
||
android/app/debug/
|
||
android/app/profile/
|
||
android/app/release/
|
||
*.iml
|
||
|
||
# Generated icons and splash screens (exclude manually maintained files)
|
||
android/app/src/main/res/drawable*/
|
||
android/app/src/main/res/mipmap*/
|
||
!android/app/src/main/res/values*/
|
||
|
||
# ───────────────────────────────
|
||
# iOS / macOS
|
||
# ───────────────────────────────
|
||
ios/Flutter/App.framework
|
||
ios/Flutter/Flutter.framework
|
||
ios/Pods/
|
||
ios/.generated/
|
||
ios/.idea/
|
||
ios/Runner.xcworkspace/
|
||
macos/Pods/
|
||
macos/.generated/
|
||
macos/Flutter/ephemeral/
|
||
# CocoaPods – commit Podfile.lock if you need reproducible iOS builds
|
||
Podfile.lock
|
||
Pods/
|
||
|
||
# Generated icons and splash screens
|
||
ios/Runner/Assets.xcassets/AppIcon.appiconset/*
|
||
ios/Runner/Assets.xcassets/LaunchImage.imageset/*
|
||
ios/Runner/Assets.xcassets/LaunchBackground.imageset/*
|
||
!ios/Runner/Assets.xcassets/AppIcon.appiconset/.gitkeep
|
||
!ios/Runner/Assets.xcassets/LaunchImage.imageset/.gitkeep
|
||
!ios/Runner/Assets.xcassets/LaunchBackground.imageset/.gitkeep
|
||
|
||
# Xcode user data & build artifacts
|
||
*.xcworkspace
|
||
*.xcuserstate
|
||
*.xcuserdatad
|
||
DerivedData/
|
||
|
||
# ───────────────────────────────
|
||
# Linux / Windows / Fuchsia (optional)
|
||
# ───────────────────────────────
|
||
linux/build/
|
||
windows/build/
|
||
fuchsia/build/
|
||
|
||
# ───────────────────────────────
|
||
# Web (optional)
|
||
# ───────────────────────────────
|
||
web/build/
|
||
|
||
# ───────────────────────────────
|
||
# IDE / Editor Settings
|
||
# ───────────────────────────────
|
||
.idea/
|
||
.idea/**/workspace.xml
|
||
.idea/**/tasks.xml
|
||
.vscode/
|
||
# Swap files
|
||
*.swp
|
||
*.swo
|
||
|
||
# ───────────────────────────────
|
||
# Misc / System
|
||
# ───────────────────────────────
|
||
.DS_Store
|
||
Thumbs.db
|
||
*.orig # merge conflict backups
|
||
# Secrets or signing keys (add if used)
|
||
*.keystore
|
||
.env
|
||
lib/keys.properties
|
||
|
||
# ───────────────────────────────
|
||
# For now - not targeting these
|
||
# ───────────────────────────────
|
||
linux/
|
||
macos/
|
||
web/
|
||
windows/ |