Ship iOS + Android arm64 in the package (23MB compressed). macOS, Linux, and Android x86_64 (emulator): build from source with ./build_go.sh Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
26 lines
587 B
Plaintext
26 lines
587 B
Plaintext
# Git-specific
|
|
.git/
|
|
.gitignore
|
|
|
|
# Build artifacts (but NOT TailscaleKit.xcframework — that ships with the package)
|
|
.dart_tool/
|
|
.packages
|
|
.pub/
|
|
build/
|
|
|
|
# Go source and build tools (users don't need these)
|
|
ios/Go/
|
|
ios/_current_slice
|
|
ios/.gitignore
|
|
build_go.sh
|
|
test/
|
|
|
|
# Exclude large binaries to stay under pub.dev 100MB limit.
|
|
# Ship iOS + Android arm64. Other platforms: build from source with ./build_go.sh
|
|
android/src/main/jniLibs/x86_64/
|
|
linux/
|
|
macos/TailscaleKit.xcframework/
|
|
|
|
# Override ios/.gitignore — the xcframework MUST ship with the package
|
|
!ios/TailscaleKit.xcframework/
|