From 0eea5bf78f3b75e2c528e724a5368cfa6f4e0ef9 Mon Sep 17 00:00:00 2001 From: Isaac Hwang Date: Tue, 13 Jun 2023 15:14:12 -0700 Subject: [PATCH] Update all .buckconfig/.gitignore/.watchmanconfig/buck.iml/.pyre_config to ignore .pylsp related folders (#37866) Summary: X-link: https://github.com/facebook/litho/pull/951 X-link: https://github.com/facebook/ocamlrep/pull/40 Pull Request resolved: https://github.com/facebook/react-native/pull/37866 X-link: https://github.com/pytorch/pytorch/pull/103551 X-link: https://github.com/facebook/buck2-prelude/pull/11 We're updating PYLS and Pyre to use .pylsp as isolation-prefix: D46599960, D46602539. We'd like to add these .pylsp to ignore folders to prevent users from having bunch of generated files listed in ISL. I went through every ".lsp-buck-out" and looked for references of .lsp and added new entries with .pylsp where necessary. There are few code mentions of .lsp-buck that seems relevant that I'll send out another diff for so that I can add the project owners. Differential Revision: D46668238 fbshipit-source-id: aaca374be0bf27faf1d109e8c3a8bba9a1f8b706 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 491d740ad1a070..840656272c31c0 100644 --- a/.gitignore +++ b/.gitignore @@ -48,6 +48,8 @@ project.xcworkspace buck-out /.lsp.buckd /.lsp-buck-out +/.pylsp.buckd +/.pylsp-buck-out /packages/react-native/ReactAndroid/src/main/jni/prebuilt/lib/ /packages/react-native/ReactAndroid/src/main/gen