-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (55 loc) · 947 Bytes
/
Copy path.gitignore
File metadata and controls
65 lines (55 loc) · 947 Bytes
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
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.build/
.buildlog/
.history
.svn/
migrate_working_dir/
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
# Flutter/Dart/Pub related
**/doc/api/
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
/build/
# HarmonyOS related
ohos/.hvigor/
ohos/.idea/
ohos/build/
ohos/entry/build/
ohos/entry/.preview/
ohos/entry/src/ohosTest/
ohos/local.properties
ohos/.cxx/
**/oh_modules/
**/node_modules/
# 本地依赖的构建产物(保留源码)
media-kit/.git
media-kit/**/build/
simple_live_core/.git
plugins/**/build/
# Flutter 编译产物
ohos/entry/src/main/resources/rawfile/flutter_assets/
# media_kit HarmonyOS 模块构建输出
media-kit/libs/ohos/media_kit_libs_ohos/ohos/
# 依赖锁文件(各开发者本地生成)
**/oh-package-lock.json5
# 自动生成文件
**/BuildProfile.ets
# 临时文件和日志
*.tmp
*.temp
docs/
flutter_*.log