forked from alibaba/flutter_boost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
49 lines (45 loc) · 799 Bytes
/
.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
.DS_Store
.dart_tool/
.packages
.pub/
.idea
build/
pubspec.lock
.flutter-plugins
flutter
IDEWorkspaceChecks.plist
org.eclipse.buildship.core.prefs
Breakpoints_v2.xcbkptlist
flutter_boost2
example/android/app/.classpath
example/android/app/.project
example/android/.project
flutter_boost
.flutter-plugins-dependencies
# ohos
example/ohos/entry/libs/
example/ohos/entry/har/
example/ohos/har/
example/ohos/node_modules
example/ohos/oh_modules
example/ohos/.idea
example/ohos/build
example/ohos/.hvigor
example/ohos/.cxx
example/ohos/.clangd
example/ohos/.clang-format
example/ohos/.clang-tidy
example/ohos**/.test
ohos/entry/libs/
ohos/entry/har/
ohos/har/
ohos/node_modules
ohos/oh_modules
ohos/.idea
ohos/build
ohos/.hvigor
ohos/.cxx
ohos/.clangd
ohos/.clang-format
ohos/.clang-tidy
ohos**/.test