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