初始化
This commit is contained in:
+190
@@ -0,0 +1,190 @@
|
||||
# Miscellaneous
|
||||
*.class
|
||||
*.log
|
||||
*.pyc
|
||||
*.swp
|
||||
.DS_Store
|
||||
.atom/
|
||||
.buildlog/
|
||||
.history
|
||||
.svn/
|
||||
.properties
|
||||
.flutter-plugins
|
||||
.packages
|
||||
.lock
|
||||
.bin
|
||||
pubspec.look
|
||||
local.properties
|
||||
.packages
|
||||
.flutter-plugins
|
||||
searchFile.js
|
||||
|
||||
|
||||
|
||||
.packages
|
||||
.metadata
|
||||
.fvm/
|
||||
# VSCode 工作区配置纳入版本管理(settings.json 里的排除规则要团队共用),
|
||||
# 其余个人化/临时文件仍然忽略。
|
||||
# 注意:全局 ~/.gitignore_global 也忽略了这两个文件,靠项目级白名单覆盖
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
zaixiankefu/pubspec.lock
|
||||
# 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/
|
||||
|
||||
|
||||
# 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
|
||||
**/*.jks
|
||||
|
||||
|
||||
|
||||
# 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.*
|
||||
|
||||
|
||||
# 针对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
|
||||
|
||||
/pubspec.lock
|
||||
/.flutter-plugins-dependencies
|
||||
linux/*
|
||||
!ios/Podfile
|
||||
!ios/ExportOptions.plist.example
|
||||
|
||||
m3u8_downloader-master/.dart_tool/
|
||||
m3u8_downloader-master/example/.dart_tool/
|
||||
m3u8_downloader-master/example/.flutter-plugins-dependencies
|
||||
m3u8_downloader-master/*/*.lock
|
||||
m3u8_downloader-master/pubspec.lock
|
||||
dist/
|
||||
|
||||
ume_kit/*/.dart_tool/
|
||||
ume_kit/*/.flutter-plugins-dependencies
|
||||
ume_kit/*/pubspec.lock
|
||||
|
||||
third_party/*/.dart_tool/
|
||||
third_party/*/.flutter-plugins-dependencies
|
||||
third_party/*/pubspec.lock
|
||||
|
||||
|
||||
*.apk
|
||||
ume_kit/
|
||||
|
||||
# Claude Code 本地配置
|
||||
.claude/
|
||||
Reference in New Issue
Block a user