mirror of
https://github.com/lakaola/chat-flutter.git
synced 2026-09-03 06:50:27 +08:00
156 lines
2.9 KiB
Plaintext
156 lines
2.9 KiB
Plaintext
# Miscellaneous
|
||
*.class
|
||
*.log
|
||
*.pyc
|
||
*.swp
|
||
.DS_Store
|
||
.atom/
|
||
.buildlog/
|
||
.history
|
||
.svn/
|
||
.properties
|
||
.flutter-plugins
|
||
.flutter-plugins-dependencies
|
||
.packages
|
||
.lock
|
||
.bin
|
||
pubspec.look
|
||
local.properties
|
||
.packages
|
||
.flutter-plugins
|
||
|
||
|
||
.packages
|
||
|
||
|
||
# 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
|
||
.packages
|
||
.pub-cache/
|
||
.pub/
|
||
build/
|
||
# pubspec.lock
|
||
|
||
|
||
# Android related
|
||
# Android related
|
||
**/android/**/gradle-wrapper.jar
|
||
**/android/.gradle
|
||
**/android/captures/
|
||
**/android/gradlew
|
||
**/android/gradlew.bat
|
||
**/android/local.properties
|
||
**/android/**/GeneratedPluginRegistrant.java
|
||
**/android/key.properties
|
||
*.jks
|
||
|
||
|
||
# 针对flutter当做module集成进现有项目时,.android目录下的文件
|
||
**/.android/**/gradle-wrapper.jar
|
||
**/.android/.gradle
|
||
**/.android/captures/
|
||
**/.android/gradlew
|
||
**/.android/gradlew.bat
|
||
**/.android/local.properties
|
||
**/.android/**/GeneratedPluginRegistrant.java
|
||
**/.android/key.properties
|
||
|
||
|
||
|
||
|
||
# iOS/XCode 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/Generated.xcconfig
|
||
**/ios/Flutter/app.flx
|
||
**/ios/Flutter/app.zip
|
||
**/ios/Flutter/flutter_assets/
|
||
**/ios/ServiceDefinitions.json
|
||
**/ios/Runner/GeneratedPluginRegistrant.*
|
||
# **/ios/Podfile.lock
|
||
|
||
|
||
# 针对flutter当做module集成进现有项目时,.ios目录下的文件
|
||
**/.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/Generated.xcconfig
|
||
**/.ios/Flutter/app.flx
|
||
**/.ios/Flutter/app.zip
|
||
**/.ios/Flutter/flutter_assets/
|
||
**/.ios/ServiceDefinitions.json
|
||
**/.ios/Runner/GeneratedPluginRegistrant.*
|
||
|
||
|
||
|
||
|
||
# macOS
|
||
**/macos/Flutter/GeneratedPluginRegistrant.swift
|
||
**/macos/Flutter/Flutter-Debug.xcconfig
|
||
**/macos/Flutter/Flutter-Release.xcconfig
|
||
**/macos/Flutter/Flutter-Profile.xcconfig
|
||
|
||
|
||
# Coverage
|
||
coverage/
|
||
|
||
|
||
# Symbols
|
||
app.*.symbols
|
||
|
||
|
||
# Exceptions to above rules.
|
||
!**/ios/**/default.mode1v3
|
||
!**/ios/**/default.mode2v3
|
||
!**/ios/**/default.pbxuser
|
||
!**/ios/**/default.perspectivev3
|
||
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
|
||
!/dev/ci/**/Gemfile.lock
|
||
.packages~92442170bbeb67da2b4cc92142720c48c0d7f490
|