From 5bceb3cb3b0542eef57ffedad1cff1b6aa2132dc Mon Sep 17 00:00:00 2001 From: Sathya Gunsasekaran Date: Tue, 16 Apr 2024 14:41:13 +0100 Subject: [PATCH] [.gitignore] Add bundle script No need to commit this in the repo, but keeping this locally helps with building the feedback repo. ghstack-source-id: 28f08992b1ab856567a5338af07e12ac820a7298 Pull Request resolved: https://github.com/facebook/react-forget/pull/2854 --- compiler/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/.gitignore b/compiler/.gitignore index 955301bd1f..01003c659c 100644 --- a/compiler/.gitignore +++ b/compiler/.gitignore @@ -20,3 +20,5 @@ dist !packages/playground/.vscode .spr.yml testfilter.txt + +bundle-oss.sh \ No newline at end of file