Skip to content

Commit 54b645d

Browse files
empyricalfacebook-github-bot
authored andcommitted
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: #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
1 parent ca0d87d commit 54b645d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,7 @@ RNTester/build
8282
/template/ios/Podfile.lock
8383
/RNTester/Pods/
8484
/RNTester/Gemfile.lock
85+
86+
# react-native-codegen
87+
/ReactCommon/fabric/components/rncore/
88+
/schema-rncore.json

0 commit comments

Comments
 (0)