# 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/ # Override ios/.gitignore — the xcframework MUST ship with the package !ios/TailscaleKit.xcframework/