Files
deflock-app/.gitignore

83 lines
2.4 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ───────────────────────────────
# 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
# ───────────────────────────────
# 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/
# 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