-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy path.gitignore
More file actions
80 lines (68 loc) · 1.88 KB
/
Copy path.gitignore
File metadata and controls
80 lines (68 loc) · 1.88 KB
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
/target
/out
/output**
/tests/golden/output*/
/tests/golden/fixtures*/reference-manifest.json
/tests/golden/reports/
/tests/golden/diff*/
.DS_Store
__pycache__/
*.py[cod]
Cargo.lock
# Machine-specific Cargo cross-compilation config (use env vars instead)
/.cargo/
*.pdb
node_modules/
venv
.DS_Store
local.properties
platforms/web/dist/
# wasm-pack 输出,由 platforms/web/build.sh 生成,不提交
platforms/web/pkg/
# Local deploy / build copy (do not commit)
deploy/
.gradle/
.build/
# Dart/Flutter — generated by pub get
.dart_tool/
.packages
.pub-cache/
.pub/
# Xcode
DerivedData/
build/
*.xcuserdata/
*.xcuserstate
xcuserdata/
# SwiftPM / demo build artifacts
.build/
*.resolved
# Android — native libs built by platforms/android/build-android.sh (do not commit)
platforms/android/src/main/jniLibs/
# JVM — native libs built by platforms/jvm/build-jvm.sh (do not commit)
platforms/jvm/native/
# JVM — IDE/Gradle output mirror under project dir (do not commit; source is src/main/kotlin)
platforms/jvm/bin/
# iOS — XCFramework built by platforms/ios/build-ios.sh (do not commit)
platforms/ios/RaTeX.xcframework/
# Flutter 插件内的副本由 CI 在发布前从上面复制,也不纳入版本控制
platforms/flutter/ios/RaTeX.xcframework/
platforms/flutter/android/src/main/jniLibs/
# Flutter desktop — native libs built by platforms/flutter/build-desktop.sh (do not commit)
platforms/flutter/macos/Libraries/
platforms/flutter/windows/ratex_ffi.dll
platforms/flutter/linux/lib/
# React Native — native binaries built by CI, not committed
platforms/react-native/android/src/main/jniLibs/
platforms/react-native/ios/RaTeX.xcframework/
# Build caches
platforms/react-native/android/build/
platforms/react-native/android/.cxx/
platforms/react-native/ios/build/
platforms/react-native/ios/Pods/
# macOS
.DS_Store
# Downloaded CJK test fonts
NotoSansSC-Regular.ttf
.xcode-derived/
.tmp-build/