From e408ac2c15e87b73f50ff2eb3885f6197b29d6b0 Mon Sep 17 00:00:00 2001 From: Isaac Hwang Date: Tue, 13 Jun 2023 15:15:55 -0700 Subject: [PATCH] Update all .buckconfig/.gitignore/.watchmanconfig/buck.iml/.pyre_config to ignore .pylsp related folders (#951) Summary: Pull Request resolved: https://github.com/facebook/litho/pull/951 X-link: 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: a265a3d38990621e6860b61e352df7ad7383dfee --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 42ee568527c..ef0a16444ca 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,9 @@ docs/_site/ /.lsp-buck-out /gentest/test.html .buck-java11 +# Python buck files +/.pylsp.buckd +/.pylsp-buck-out .cxx .externalNativeBuild