From 55de31fe1b6bf5baf3f53be3e849427e205b6404 Mon Sep 17 00:00:00 2001 From: Alex Hunt Date: Tue, 15 Apr 2025 01:44:07 -0700 Subject: [PATCH] Define syntax language for .js.flow on GitHub (#50720) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/50720 Useful given the recently added `packages/react-native/index.js.flow` file. Changelog: [Internal] Reviewed By: lunaleaps Differential Revision: D72968275 fbshipit-source-id: f2d330d831f7c473c1abcf05cb5c8ec67ca058c5 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..49e8d3a540c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.js.flow linguist-language=JavaScript