feat:提交 git 忽略文件

This commit is contained in:
anfe 2024-05-18 09:37:50 +08:00
parent a8a61e3711
commit 7d7c795338
1532 changed files with 63 additions and 21 deletions

BIN
.DS_Store vendored Normal file → Executable file

Binary file not shown.

84
.gitignore vendored Normal file → Executable file
View File

@ -1,25 +1,67 @@
# See https://www.dartlang.org/guides/libraries/private-files
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.run
.vscode
.svn/
# Files and directories created by pub
# 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/
.packages
build/
# If you're building an application, you may want to check-in your pubspec.lock
pubspec.lock
# Directory created by dartdoc
# If you don't generate documentation locally you can remove this line.
doc/api/
# Avoid committing generated Javascript files:
*.dart.js
*.info.json # Produced by the --dump-info flag.
*.js # When generated by dart2js. Don't specify *.js if your
# project includes source files written in JavaScript.
*.js_
*.js.deps
*.js.map
.flutter-plugins
.flutter-plugins-dependencies
.idea
.packages
.pub-cache/
.pub/
/build/
*.lock
# Web related
lib/generated_plugin_registrant.dart
# Symbolication related
app.*.symbols
# Obfuscation related
app.*.map.json
lib/main.dart
.fvm/
android/build/
android/app/build/
android/.gradle
android/.idea
flutter_plugins/*/example/android/local.properties
flutter_plugins/*/example/ios/Flutter/Generated.xcconfig
flutter_plugins/*/example/ios/Flutter/flutter_export_environment.sh
.gradle
/flutter_plugins/flutter_html-2.1.5/example/ios/Runner/GeneratedPluginRegistrant.h
/flutter_plugins/flutter_html-2.1.5/example/ios/Runner/GeneratedPluginRegistrant.m
/flutter_plugins/flutter_html-2.1.5/example/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
/flutter_plugins/flutter_html-2.1.5/example/lib/generated_plugin_registrant.dart
https://build_sh.sh
ios/Runner.app.dSYM.zip
ios/Runner.ipa
# 忽略打包生成的文件
script/gen/*

0
.run/README.md Normal file → Executable file
View File

0
.run/main_dev_dart.xml Normal file → Executable file
View File

0
.run/main_local_dart.xml Normal file → Executable file
View File

0
.run/main_pre_dart.xml Normal file → Executable file
View File

0
.run/main_sky_dart.xml Normal file → Executable file
View File

0
.run/main_xhj_dart.xml Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
VERSION.md Normal file → Executable file
View File

0
aliyun_face_plugin/.gitignore vendored Normal file → Executable file
View File

0
aliyun_face_plugin/.metadata Normal file → Executable file
View File

0
aliyun_face_plugin/CHANGELOG.md Normal file → Executable file
View File

0
aliyun_face_plugin/LICENSE Normal file → Executable file
View File

0
aliyun_face_plugin/README.md Normal file → Executable file
View File

0
aliyun_face_plugin/analysis_options.yaml Normal file → Executable file
View File

0
aliyun_face_plugin/android/.gitignore vendored Normal file → Executable file
View File

0
aliyun_face_plugin/android/build.gradle Normal file → Executable file
View File

View File

View File

View File

0
aliyun_face_plugin/android/settings.gradle Normal file → Executable file
View File

View File

0
aliyun_face_plugin/ios/.gitignore vendored Normal file → Executable file
View File

0
aliyun_face_plugin/ios/Assets/.gitkeep Normal file → Executable file
View File

0
aliyun_face_plugin/ios/Classes/AliyunFacePlugin.h Normal file → Executable file
View File

0
aliyun_face_plugin/ios/Classes/AliyunFacePlugin.m Normal file → Executable file
View File

View File

View File

View File

Some files were not shown because too many files have changed in this diff Show More