Skip to content

Commit d7670d3

Browse files
Isaac Hwangfacebook-github-bot
Isaac Hwang
authored andcommitted
Update all .buckconfig/.gitignore/.watchmanconfig/buck.iml/.pyre_config 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
1 parent be83d41 commit d7670d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

prelude/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Top-level files and directories used by buck.
22
/buck-out
33
/.lsp-buck-out
4+
/.pylsp-buck-out

0 commit comments

Comments
 (0)