-
Notifications
You must be signed in to change notification settings - Fork 946
/
.gitignore
108 lines (93 loc) · 2.96 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
.DS_Store
.nyc_output
.vscode
.vs
.idea
.gradle
.externalNativeBuild
.cxx
build
coverage
dist
node_modules
xcuserdata
v8forios
*.log
*.iml
local.properties
maven-auth.properties
layout/out
layout/cproject
layout/.project
layout/.settings
framework/android/maven-auth.properties
framework/android/local.properties
framework/android/.cxx/*
framework/android/libs/armeabi-v7a/libhippybridge.so
framework/android/libs/arm64-v8a/libhippybridge.so
framework/android/libs/x86/libhippybridge.so
framework/android/libs/x86_64/libhippybridge.so
framework/android/cmake-build-debug/*
framework/android/src/main/jni/.vs
framework/android/src/main/jni/cmake-build-debug/*
framework/examples/*/res/vendor-manifest.json
framework/examples/android-demo/src/main/assets/
framework/examples/android-demo/libs/*
framework/examples/android-demo/maven-auth.properties
framework/examples/android-demo/.cxx/
framework/examples/ios-demo/HippyDemo.xcworkspace
framework/examples/ios-demo/Pods/*
framework/examples/ios-demo/Podfile.lock
framework/examples/voltron-demo/IOSProj/IOSProj.xcworkspace
framework/examples/voltron-demo/IOSProj/Pods/*
framework/examples/voltron-demo/IOSProj/Podfile.lock
driver/js/packages/hippy-vue-loader/remote-debug-profile/*
docs/assets/*.png
docs/assets/*.jpg
docs/assets/*.gif
docs/assets/*.ico
docs/assets/*.js
docs/assets/*.css
renderer/flutter/core/lib/*
renderer/flutter/example/ios/.symlinks/*
renderer/native/android/src/main/jni/lib/*
dom/lib/*
dom/dom_project/*
devtools/devtools-backend/lib/*
devtools/devtools-backend/test/build/*
devtools/devtools-integration/ios/DevtoolsBackend/*
# Flutter/Dart/Pub related
framework/voltron/**/doc/api/
.dart_tool/
.flutter-plugins
.packages
.pub-cache/
.pub/
/captures
.flutter-plugins-dependencies
pubspec.lock
generated_plugin_registrant.dart
GeneratedPluginRegistrant.java
framework/voltron/**/.generated/
framework/voltron/android/libs
framework/voltron/example/ios/Flutter/App.framework
framework/voltron/example/ios/Flutter/Flutter.framework
framework/voltron/example/ios/Flutter/Flutter.podspec
framework/voltron/example/ios/Flutter/Generated.xcconfig
framework/voltron/example/ios/Flutter/app.flx
framework/voltron/example/ios/Flutter/app.zip
framework/voltron/example/ios/Flutter/flutter_assets/
framework/voltron/example/ios/Flutter/flutter_export_environment.sh
framework/voltron/example/ios/Runner.xcodeproj/xcuserdata/*
framework/voltron/example/ios/Runner.xcodeproj/xcshareddata/*
framework/voltron/example/ios/Runner.xcworkspace/
framework/voltron/example/ios/Runner.xcodeproj/project.xcworkspace/
framework/voltron/example/ios/Runner/GeneratedPluginRegistrant.*
framework/voltron/example/ios/ServiceDefinitions.json
framework/voltron/example/ios/**/Pods/
framework/voltron/example/ios/**/.symlinks/
framework/voltron/ios/voltron_core.xcframework
framework/voltron/ios/Flutter/
framework/voltron/VoltronCore/VoltronCore.xcodeproj/project.xcworkspace
framework/voltron/VoltronCore/VoltronCore.xcodeproj/xcuserdata/
renderer/voltron/core/lib/