From 9794ccee12ceab881beeba5db482f619e60fdc67 Mon Sep 17 00:00:00 2001 From: Isaac Hwang Date: Tue, 13 Jun 2023 15:15:46 -0700 Subject: [PATCH] Update all .buckconfig/.gitignore/.watchmanconfig/buck.iml/.pyre_config to ignore .pylsp related folders (#40) Summary: X-link: https://github.com/facebook/litho/pull/951 Pull Request resolved: https://github.com/facebook/ocamlrep/pull/40 X-link: 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: c10f4d8471579a8ad573fe5c8c213c96343d2552 --- prelude/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/prelude/.gitignore b/prelude/.gitignore index 8c086d6c..d9d399be 100644 --- a/prelude/.gitignore +++ b/prelude/.gitignore @@ -1,3 +1,4 @@ # Top-level files and directories used by buck. /buck-out /.lsp-buck-out +/.pylsp-buck-out