From 0fb71630c7d4eff5758f7148ae2d9b1f09bc9d2c Mon Sep 17 00:00:00 2001 From: Ruslan Shestopalyuk Date: Thu, 3 Aug 2023 02:10:25 -0700 Subject: [PATCH] Add .cpplsp-buck-out to .gitignore files Summary: ## Changelog: [Internal] - This must be some new thing coming from the C++ language service provider (from the VSCode plugins?..), but this keeps popping up since recently as untracked files in the yoga subfolder. Add it to .gitignore. Reviewed By: NickGerleman Differential Revision: D48022954 fbshipit-source-id: dad608f303f3d50b701d776795f6e25f007811b2 --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 94cb29601a619c..ce1c26d86ac226 100644 --- a/.gitignore +++ b/.gitignore @@ -53,7 +53,6 @@ buck-out /packages/react-native/ReactAndroid/src/main/jni/prebuilt/lib/ /packages/react-native/ReactAndroid/src/main/gen /.cpplsp.buckd -/.cpplsp-buck-out # Android Studio .project