From 63a015cce6741bd5e109b0c10bcf8b6f916bc2af Mon Sep 17 00:00:00 2001 From: Joe Savona Date: Fri, 9 May 2025 15:26:43 -0700 Subject: [PATCH] [compiler] allow local fixtures to be excluded from git w "nocommit" prefix ghstack-source-id: 1f06f3ee0c3b5be1251ba155f8bd8b058f5f7844 Pull Request resolved: https://github.com/facebook/react/pull/33178 --- compiler/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler/.gitignore b/compiler/.gitignore index d41f59333a..1f35fa334a 100644 --- a/compiler/.gitignore +++ b/compiler/.gitignore @@ -6,6 +6,9 @@ debug/ target/ +nocommit*.js +nocommit*.expect.md + # These are backup files generated by rustfmt **/*.rs.bk