From 990c83eabd6b871044661515cb4f55041fe38acd Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Tue, 25 Oct 2022 18:54:34 +0200 Subject: [PATCH] Embed live_kit_client's .gitignore into top-level .gitignore Co-authored-by: Max Brunsfeld --- .gitignore | 10 +++++++++- crates/live_kit_client/LiveKitBridge/.gitignore | 9 --------- 2 files changed, 9 insertions(+), 10 deletions(-) delete mode 100644 crates/live_kit_client/LiveKitBridge/.gitignore diff --git a/.gitignore b/.gitignore index 93079fad52..b4eba05582 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,12 @@ /assets/themes/*.json /assets/themes/Internal/*.json /assets/themes/Experiments/*.json -**/venv \ No newline at end of file +**/venv +.build +Packages +*.xcodeproj +xcuserdata/ +DerivedData/ +.swiftpm/config/registries.json +.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata +.netrc diff --git a/crates/live_kit_client/LiveKitBridge/.gitignore b/crates/live_kit_client/LiveKitBridge/.gitignore deleted file mode 100644 index 3b29812086..0000000000 --- a/crates/live_kit_client/LiveKitBridge/.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -.DS_Store -/.build -/Packages -/*.xcodeproj -xcuserdata/ -DerivedData/ -.swiftpm/config/registries.json -.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata -.netrc