From eadbf846cae6391920263f554a6aa9bd0c612e8a Mon Sep 17 00:00:00 2001 From: Lawrence Forooghian Date: Fri, 5 Sep 2025 10:26:02 -0300 Subject: [PATCH] Remove stray gitignore entry The Chat gitignore that I copied in b38ce55 had a mistake (fixed in [1]). [1] https://github.com/ably/ably-chat-swift/pull/353 --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index c62449f9..9383ec36 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,6 @@ DerivedData/ .swiftpm/configuration/registries.json .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata .netrc -docs-coverage-report # End of .gitignore created by Swift Package Manager /node_modules