Showing
2 changed files
with
74 additions
and
1 deletions
@@ -57,5 +57,5 @@ printing/example/ios/Runner.xcworkspace | @@ -57,5 +57,5 @@ printing/example/ios/Runner.xcworkspace | ||
57 | printing/example/ios/Flutter/Generated.xcconfig | 57 | printing/example/ios/Flutter/Generated.xcconfig |
58 | printing/example/ios/Runner/GeneratedPluginRegistrant.h | 58 | printing/example/ios/Runner/GeneratedPluginRegistrant.h |
59 | printing/example/ios/Runner/GeneratedPluginRegistrant.m | 59 | printing/example/ios/Runner/GeneratedPluginRegistrant.m |
60 | -printing/example/.gitignore | ||
61 | printing/example/.metadata | 60 | printing/example/.metadata |
61 | +printing/example/ios/Podfile.lock |
printing/example/.gitignore
0 → 100644
1 | +# Miscellaneous | ||
2 | +*.class | ||
3 | +*.log | ||
4 | +*.pyc | ||
5 | +*.swp | ||
6 | +.DS_Store | ||
7 | +.atom/ | ||
8 | +.buildlog/ | ||
9 | +.history | ||
10 | +.svn/ | ||
11 | + | ||
12 | +# IntelliJ related | ||
13 | +*.iml | ||
14 | +*.ipr | ||
15 | +*.iws | ||
16 | +.idea/ | ||
17 | + | ||
18 | +# Visual Studio Code related | ||
19 | +.vscode/ | ||
20 | + | ||
21 | +# Flutter/Dart/Pub related | ||
22 | +**/doc/api/ | ||
23 | +.dart_tool/ | ||
24 | +.flutter-plugins | ||
25 | +.packages | ||
26 | +.pub-cache/ | ||
27 | +.pub/ | ||
28 | +build/ | ||
29 | +.metadata | ||
30 | +test | ||
31 | + | ||
32 | +# Android related | ||
33 | +**/android/**/gradle-wrapper.jar | ||
34 | +**/android/.gradle | ||
35 | +**/android/captures/ | ||
36 | +**/android/gradlew | ||
37 | +**/android/gradlew.bat | ||
38 | +**/android/local.properties | ||
39 | +**/android/**/GeneratedPluginRegistrant.java | ||
40 | + | ||
41 | +# iOS/XCode related | ||
42 | +**/ios/**/*.mode1v3 | ||
43 | +**/ios/**/*.mode2v3 | ||
44 | +**/ios/**/*.moved-aside | ||
45 | +**/ios/**/*.pbxuser | ||
46 | +**/ios/**/*.perspectivev3 | ||
47 | +**/ios/**/*sync/ | ||
48 | +**/ios/**/.sconsign.dblite | ||
49 | +**/ios/**/.tags* | ||
50 | +**/ios/**/.vagrant/ | ||
51 | +**/ios/**/DerivedData/ | ||
52 | +**/ios/**/Icon? | ||
53 | +**/ios/**/Pods/ | ||
54 | +**/ios/**/.symlinks/ | ||
55 | +**/ios/**/profile | ||
56 | +**/ios/**/xcuserdata | ||
57 | +**/ios/.generated/ | ||
58 | +**/ios/Flutter/App.framework | ||
59 | +**/ios/Flutter/Flutter.framework | ||
60 | +**/ios/Flutter/Generated.xcconfig | ||
61 | +**/ios/Flutter/app.flx | ||
62 | +**/ios/Flutter/app.zip | ||
63 | +**/ios/Flutter/flutter_assets/ | ||
64 | +**/ios/ServiceDefinitions.json | ||
65 | +**/ios/Runner/GeneratedPluginRegistrant.* | ||
66 | +**/ios/Podfile.lock | ||
67 | + | ||
68 | +# Exceptions to above rules. | ||
69 | +!**/ios/**/default.mode1v3 | ||
70 | +!**/ios/**/default.mode2v3 | ||
71 | +!**/ios/**/default.pbxuser | ||
72 | +!**/ios/**/default.perspectivev3 | ||
73 | +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages |
-
Please register or login to post a comment