From 54b645da0a55734d7332494be35c8ee69d99f41f Mon Sep 17 00:00:00 2001 From: empyrical Date: Tue, 17 Sep 2019 18:43:25 -0700 Subject: [PATCH] Add codegen script generated files to .gitignore (#26479) Summary: The files autogenerated by `scripts/generate-rncore.sh` aren't to be committed. This pull request adds them to the repo's `.gitignore` ## Changelog [Internal] [Changed] - Add codegen generated files to gitignore Pull Request resolved: https://github.com/facebook/react-native/pull/26479 Test Plan: The files generated by `generate-rncore.sh` are no longer added when you run `git add .` Differential Revision: D17439794 Pulled By: TheSavior fbshipit-source-id: 54a2e07aefc5fd187ba5eb8de0c2cd8b69ee4053 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index f99aa5a8479..e34701a3ac0 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,7 @@ RNTester/build /template/ios/Podfile.lock /RNTester/Pods/ /RNTester/Gemfile.lock + +# react-native-codegen +/ReactCommon/fabric/components/rncore/ +/schema-rncore.json