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:
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: 464114706a420dfbc452994ad8dd1d889718d6fd
  • Loading branch information
Isaac Hwang authored and facebook-github-bot committed Jun 13, 2023
1 parent be83d41 commit d7670d3
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 d7670d3

Please sign in to comment.