You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
2.1 KiB
Plaintext
71 lines
2.1 KiB
Plaintext
# 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/
|
|
.dart_tool/
|
|
.flutter-plugins
|
|
.flutter-plugins-dependencies
|
|
.packages
|
|
.pub-cache/
|
|
.pub/
|
|
/build/
|
|
pubspec.lock # Except for application packages
|
|
|
|
# Web related
|
|
lib/generated_plugin_registrant.dart
|
|
|
|
# Exceptions to above rules.
|
|
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
|
|
.vscode/settings.json
|
|
.vscode/settings.json
|
|
.vscode/settings.json
|
|
.vscode/settings.json
|
|
.vscode/settings.json
|
|
.vscode/settings.json
|
|
ios/Podfile.lock
|
|
|
|
ios/Flutter/.last_build_id
|
|
ios/Runner.xcodeproj/project.pbxproj
|
|
devtools_options.yaml
|
|
linux/flutter/ephemeral/.plugin_symlinks/flutter_keyboard_visibility_linux
|
|
linux/flutter/ephemeral/.plugin_symlinks/maps_launcher
|
|
linux/flutter/ephemeral/.plugin_symlinks/path_provider_linux
|
|
linux/flutter/ephemeral/.plugin_symlinks/shared_preferences_linux
|
|
linux/flutter/ephemeral/.plugin_symlinks/url_launcher_linux
|
|
linux/flutter/generated_plugin_registrant.cc
|
|
linux/flutter/generated_plugin_registrant.h
|
|
linux/flutter/generated_plugins.cmake
|
|
macos/Flutter/GeneratedPluginRegistrant.swift
|
|
macos/Flutter/ephemeral/Flutter-Generated.xcconfig
|
|
macos/Flutter/ephemeral/flutter_export_environment.sh
|
|
windows/flutter/ephemeral/.plugin_symlinks/file_picker
|
|
windows/flutter/ephemeral/.plugin_symlinks/firebase_core
|
|
windows/flutter/ephemeral/.plugin_symlinks/flutter_inappwebview_windows
|
|
windows/flutter/ephemeral/.plugin_symlinks/flutter_keyboard_visibility_windows
|
|
windows/flutter/ephemeral/.plugin_symlinks/local_auth_windows
|
|
windows/flutter/ephemeral/.plugin_symlinks/maps_launcher
|
|
windows/flutter/ephemeral/.plugin_symlinks/path_provider_windows
|
|
windows/flutter/ephemeral/.plugin_symlinks/permission_handler_windows
|
|
windows/flutter/ephemeral/.plugin_symlinks/shared_preferences_windows
|
|
windows/flutter/ephemeral/.plugin_symlinks/url_launcher_windows
|