Skip to content

Commit 2a6a98f

Browse files
author
xuyingjun
committed
更换项目
1 parent e77064b commit 2a6a98f

File tree

23 files changed

+139
-936
lines changed

23 files changed

+139
-936
lines changed

.gitignore

Lines changed: 2 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -1,94 +1,7 @@
1-
Podfile.lock
2-
Pods/
3-
artifacts/
4-
build.log
5-
buildTimeNode.txt
6-
Build/
7-
*/.DS_Store
8-
9-
# Miscellaneous
10-
*.class
11-
*.log
12-
*.pyc
13-
*.swp
141
.DS_Store
15-
.atom/
16-
.buildlog/
17-
.history
18-
.svn/
19-
.idea/
20-
.gradle/
21-
.local.properties
22-
23-
# IntelliJ related
24-
*.iml
25-
*.ipr
26-
*.iws
27-
.idea/
28-
29-
# Visual Studio Code related
30-
.vscode/
31-
32-
# Flutter/Dart/Pub related
33-
**/doc/api/
342
.dart_tool/
35-
.flutter-plugins
3+
364
.packages
37-
.pub-cache/
385
.pub/
39-
/build/
40-
41-
# Android related
42-
**/android/**/gradle-wrapper.jar
43-
**/android/.gradle
44-
**/android/captures/
45-
**/android/gradlew
46-
**/android/gradlew.bat
47-
**/android/local.properties
48-
**/android/**/GeneratedPluginRegistrant.java
49-
50-
# iOS/XCode related
51-
**/ios/**/*.mode1v3
52-
**/ios/**/*.mode2v3
53-
**/ios/**/*.moved-aside
54-
**/ios/**/*.pbxuser
55-
**/ios/**/*.perspectivev3
56-
**/ios/**/*sync/
57-
**/ios/**/.sconsign.dblite
58-
**/ios/**/.tags*
59-
**/ios/**/.vagrant/
60-
**/ios/**/DerivedData/
61-
**/ios/**/Icon?
62-
**/ios/**/Pods/
63-
ios/.symlinks
64-
**/ios/**/.symlinks/
65-
**/ios/**/profile
66-
**/ios/**/xcuserdata
67-
**/ios/.generated/
68-
**/ios/Flutter/App.framework
69-
**/ios/Flutter/Flutter.framework
70-
**/ios/Flutter/Generated.xcconfig
71-
**/ios/Flutter/app.flx
72-
**/ios/Flutter/app.zip
73-
**/ios/Flutter/flutter_assets/
74-
**/ios/ServiceDefinitions.json
75-
**/ios/Runner/GeneratedPluginRegistrant.*
76-
./ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
776

78-
# Exceptions to above rules.
79-
!**/ios/**/default.mode1v3
80-
!**/ios/**/default.mode2v3
81-
!**/ios/**/default.pbxuser
82-
!**/ios/**/default.perspectivev3
83-
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
84-
ios/.symlinks/plugins/image_picker
85-
ios/.symlinks/flutter
86-
ios/.symlinks/plugins/flutterdevicemodel
87-
ios/.symlinks/plugins/flutterlogger
88-
ios/.symlinks/plugins/path_provider
89-
ios/.symlinks/plugins/permission_handler
90-
ios/.symlinks/plugins/shared_preferences
91-
ios/.symlinks/plugins/svgaplayer_flutter
92-
ios/.symlinks/plugins/znovel_native_plugin
93-
pubspec.lock
94-
ios/Runner.xcodeproj/project.pbxproj
7+
build/

.idea/codeStyles/Project.xml

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/encodings.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.idea/libraries/Dart_SDK.xml

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Flutter_for_Android.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/example_lib_main_dart.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)