Skip to content

Commit

Permalink
Update all .buckconfig/.gitignore/.watchmanconfig/buck.iml/.pyre_conf…
Browse files Browse the repository at this point in the history
…ig to ignore .pylsp related folders

Summary:
X-link: facebook/litho#951

X-link: facebook/ocamlrep#40

X-link: facebook/react-native#37866

X-link: pytorch/pytorch#103551

X-link: facebook/buck2-prelude#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: 64e9a34f444223847f9b58ee2c7f0fa925d08073
  • Loading branch information
Isaac Hwang authored and facebook-github-bot committed Jun 13, 2023
1 parent eb20dc9 commit 7811341
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prelude/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Top-level files and directories used by buck.
/buck-out
/.lsp-buck-out
/.pylsp-buck-out

0 comments on commit 7811341

Please sign in to comment.