Bazel/Swift: add zip imports to packs

This commit is contained in:
Paolo Tranquilli
2024-05-24 11:07:29 +02:00
parent 4d93e8a732
commit e8b857b79e
18 changed files with 805 additions and 36 deletions

8
.gitattributes vendored
View File

@@ -77,4 +77,10 @@ ruby/extractor/cargo-bazel-lock.json -merge
# auto-generated files for the C# build
csharp/paket.lock linguist-generated=true
# needs eol=crlf, as `paket` touches this file and saves it als crlf
csharp/.paket/Paket.Restore.targets linguist-generated=true eol=crlf
csharp/.paket/Paket.Restore.targets linguist-generated=true eol=cr
# ripunzip tool
/misc/bazel/internal/bin/*/ripunzip* filter=lfs diff=lfs merge=lfs -text
# swift prebuilt resources
/swift/third_party/resource-dir/*.zip filter=lfs diff=lfs merge=lfs -text