From b4d53b92a5e9a32bb0ddbf69050bc03284e5e013 Mon Sep 17 00:00:00 2001 From: Samuel Susla Date: Thu, 11 Apr 2024 03:21:55 -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: 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 --- 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 000000000000..7f3d05e644a5 --- /dev/null +++ b/packages/rn-tester/.gitignore @@ -0,0 +1 @@ +rn-tester.xcodeproj.local/