2020-11-06 18:04:04 +08:00
|
|
|
# Miscellaneous
|
|
|
|
*.class
|
|
|
|
*.log
|
|
|
|
*.pyc
|
|
|
|
*.swp
|
|
|
|
.DS_Store
|
|
|
|
.atom/
|
|
|
|
.buildlog/
|
|
|
|
.history
|
|
|
|
.svn/
|
|
|
|
|
|
|
|
# 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/
|
|
|
|
|
|
|
|
# Web related
|
|
|
|
|
|
|
|
# Symbolication related
|
|
|
|
app.*.symbols
|
|
|
|
# Obfuscation related
|
|
|
|
app.*.map.json
|
2020-11-26 20:38:33 +08:00
|
|
|
jniLibs
|
2022-05-17 19:59:37 +08:00
|
|
|
.vscode
|
|
|
|
|
|
|
|
# flutter rust bridge
|
2022-09-02 17:05:29 +08:00
|
|
|
lib/generated_bridge.dart
|
|
|
|
lib/generated_bridge.freezed.dart
|
2022-05-25 17:20:35 +08:00
|
|
|
|
|
|
|
# Flutter Generated Files
|
2022-09-01 14:02:02 +08:00
|
|
|
**/GeneratedPluginRegistrant.swift
|
2022-07-27 22:56:28 +08:00
|
|
|
**/flutter/generated_plugin_registrant.cc
|
|
|
|
**/flutter/generated_plugin_registrant.h
|
|
|
|
**/flutter/generated_plugins.cmake
|
|
|
|
**/Runner/bridge_generated.h
|
2022-06-01 15:42:12 +08:00
|
|
|
flutter_export_environment.sh
|
2022-06-09 23:38:39 +08:00
|
|
|
Flutter-Generated.xcconfig
|
|
|
|
key.jks
|
2023-01-05 15:59:42 +08:00
|
|
|
macos/rustdesk.xcodeproj/project.xcworkspace/
|