94 lines
1.6 KiB
Text
94 lines
1.6 KiB
Text
# OS and editor noise
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*.swo
|
|
*.tmp
|
|
*.log
|
|
|
|
# Compiled artifacts
|
|
*.class
|
|
*.pyc
|
|
|
|
# Tool caches
|
|
.atom/
|
|
.build/
|
|
.buildlog/
|
|
.history
|
|
.svn/
|
|
.swiftpm/
|
|
migrate_working_dir/
|
|
|
|
# IntelliJ / Android Studio
|
|
*.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
|
|
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
|
|
/pubspec.lock
|
|
**/doc/api/
|
|
.dart_tool/
|
|
.packages
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
.pub-cache/
|
|
.pub/
|
|
**/build/
|
|
coverage/
|
|
|
|
# Flutter generated native files
|
|
**/Flutter/.last_build_id
|
|
**/Flutter/Generated.xcconfig
|
|
**/Flutter/ephemeral/
|
|
**/Flutter/flutter_export_environment.sh
|
|
**/.symlinks/
|
|
|
|
# Android / Gradle
|
|
**/.gradle/
|
|
**/.kotlin/
|
|
**/.cxx/
|
|
**/.externalNativeBuild/
|
|
**/captures/
|
|
**/local.properties
|
|
**/app/debug/
|
|
**/app/profile/
|
|
**/app/release/
|
|
|
|
# Android signing and local Firebase configuration
|
|
key.properties
|
|
**/*.jks
|
|
**/*.keystore
|
|
**/google-services.json
|
|
!**/google-services.example.json
|
|
|
|
# iOS / macOS / CocoaPods / Xcode
|
|
**/Pods/
|
|
**/DerivedData/
|
|
**/xcuserdata/
|
|
**/*.xcuserstate
|
|
**/.generated/
|
|
**/Flutter/App.framework
|
|
**/Flutter/Flutter.framework
|
|
**/Flutter/Flutter.podspec
|
|
**/Flutter/app.flx
|
|
**/Flutter/app.zip
|
|
**/Flutter/flutter_assets/
|
|
ServiceDefinitions.json
|
|
**/GoogleService-Info.plist
|
|
!**/GoogleService-Info.example.plist
|
|
|
|
# Local environment files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
!.env.*.example
|
|
|
|
# Agent-Ops Private Rules
|
|
agent-ops/rules/private/
|