163 lines
2.8 KiB
Plaintext
163 lines
2.8 KiB
Plaintext
# Miscellaneous
|
|
*.class
|
|
*.log
|
|
*.pyc
|
|
*.swp
|
|
.DS_Store
|
|
.atom/
|
|
.build/
|
|
.buildlog/
|
|
.history
|
|
.svn/
|
|
.swiftpm/
|
|
migrate_working_dir/
|
|
|
|
# IntelliJ related
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
# The .vscode folder contains launch configuration and tasks you configure in
|
|
# VS Code which you may wish to be included in version control, so this line
|
|
# is commented out by default.
|
|
#.vscode/
|
|
|
|
# Flutter/Dart/Pub related
|
|
**/doc/api/
|
|
**/ios/Flutter/.last_build_id
|
|
.dart_tool/
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
.packages
|
|
.pub-cache/
|
|
.pub/
|
|
/build/
|
|
|
|
# Symbolication related
|
|
app.*.symbols
|
|
|
|
# Obfuscation related
|
|
app.*.map.json
|
|
|
|
# Android Studio will place build artifacts here
|
|
/android/app/debug
|
|
/android/app/profile
|
|
/android/app/release
|
|
|
|
# iOS related
|
|
**/ios/**/*.mode1v3
|
|
**/ios/**/*.mode2v3
|
|
**/ios/**/*.moved-aside
|
|
**/ios/**/*.pbxuser
|
|
**/ios/**/*.perspectivev3
|
|
**/ios/**/*sync/
|
|
**/ios/**/.sconsign.dblite
|
|
**/ios/**/.tags*
|
|
**/ios/**/.vagrant/
|
|
**/ios/**/DerivedData/
|
|
**/ios/**/Icon?
|
|
**/ios/**/Pods/
|
|
**/ios/**/.symlinks/
|
|
**/ios/**/profile
|
|
**/ios/**/xcuserdata
|
|
**/ios/.generated/
|
|
**/ios/Flutter/App.framework
|
|
**/ios/Flutter/Flutter.framework
|
|
**/ios/Flutter/Flutter.podspec
|
|
**/ios/Flutter/Generated.xcconfig
|
|
**/ios/Flutter/ephemeral/
|
|
**/ios/Flutter/app.flx
|
|
**/ios/Flutter/app.zip
|
|
**/ios/Flutter/flutter_assets/
|
|
**/ios/Flutter/flutter_export_environment.sh
|
|
**/ios/ServiceDefinitions.json
|
|
**/ios/Runner/GeneratedPluginRegistrant.*
|
|
|
|
# macOS related
|
|
**/macos/Flutter/GeneratedPluginRegistrant.swift
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Firebase related (if using Firebase)
|
|
firebase_options.dart
|
|
google-services.json
|
|
GoogleService-Info.plist
|
|
|
|
# API keys and sensitive configuration
|
|
lib/config/api_keys.dart
|
|
lib/config/secrets.dart
|
|
lib/config/openai_config.dart
|
|
|
|
# Build outputs
|
|
*.apk
|
|
*.ipa
|
|
*.aab
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Windows specific
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
|
|
# Generated files
|
|
*.g.dart
|
|
*.freezed.dart
|
|
*.chopper.dart
|
|
*.gr.dart
|
|
|
|
# Asset files that might be generated
|
|
assets/fonts/generated/
|
|
assets/images/generated/
|
|
|
|
# Test related
|
|
test/coverage/
|
|
coverage/
|
|
lcov.info
|
|
|
|
# Documentation generated files
|
|
doc/api/
|
|
|
|
# Platform specific directories
|
|
linux/flutter/generated_plugin_registrant.cc
|
|
linux/flutter/generated_plugin_registrant.h
|
|
linux/flutter/generated_plugins.cmake
|
|
windows/flutter/generated_plugin_registrant.cc
|
|
windows/flutter/generated_plugin_registrant.h
|
|
windows/flutter/generated_plugins.cmake
|
|
web/flutter_service_worker.js
|
|
web/manifest.json
|
|
web/version.json
|
|
web/assets/AssetManifest.json
|
|
web/assets/FontManifest.json
|
|
|
|
# FVM (Flutter Version Management) files
|
|
.fvm/flutter_sdk
|
|
|
|
# Other
|
|
.flutter-devtools/
|
|
.metadata
|
|
|
|
# Speech and audio cache files
|
|
*.wav
|
|
*.mp3.tmp
|
|
audio_cache/
|
|
|
|
# RoadTrip Kids specific files
|
|
# Exclude user data and analytics
|
|
user_data/
|
|
analytics/
|
|
crash_reports/
|
|
|
|
# Exclude OpenAI API keys in any config files
|
|
*openai*key*
|
|
*api*key*
|