This repository has been archived on 2026-03-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
HealthTest/.gitignore
2025-11-13 19:27:22 +01:00

40 lines
585 B
Plaintext

# Flutter/Dart-spezifisch
.metadata
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
pubspec.lock # Optional, abhängig vom Projekt-Typ
# Build-Artefakte
build/
*.iml
*.class
# Android-spezifisch
android/.gradle
android/captures/
android/.externalNativeBuild
android/local.properties
android/key.properties
# iOS-spezifisch
ios/.symlinks/
ios/Flutter/Flutter.framework
ios/Flutter/Flutter.podspec
ios/Pods/
ios/.generated/
ios/Runner.xcworkspace/xcuserdata/
# Web
web/.dart_tool/
# Windows
windows/flutter/ephemeral/
# macOS
macos/Flutter/ephemeral/
#
.idea