From 564f86ef92b352eef185de48c98e28de5048eb5a Mon Sep 17 00:00:00 2001 From: Samuel Susla Date: Thu, 11 Apr 2024 04:53:08 -0700 Subject: [PATCH] add .gitignore for rn-tester build artifacts (#44041) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/44041 changelog: [internal] Building rn-tester left artifacts that would be picked up by mercurial. ``` ❯ hg s ? rn-tester.xcodeproj.local/Project Settings.plist ? rn-tester.xcodeproj.local/Project Settings.plist.lock ``` To mitigate this, add `rn-tester.xcodeproj.local` introduce .gitignore for rn-tester. Reviewed By: fabriziocucci Differential Revision: D56006193 fbshipit-source-id: 5701f1adf395e98f84ca59574dbd8747cf7e85db --- packages/rn-tester/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 packages/rn-tester/.gitignore diff --git a/packages/rn-tester/.gitignore b/packages/rn-tester/.gitignore new file mode 100644 index 0000000000..7f3d05e644 --- /dev/null +++ b/packages/rn-tester/.gitignore @@ -0,0 +1 @@ +rn-tester.xcodeproj.local/