Skip to content

Commit

Permalink
[pyls][pyre] Update all .buckconfig/.gitignore/.watchmanconfig/buck.i…
Browse files Browse the repository at this point in the history
…ml/.pyre_config to ignore .pylsp related folders (pytorch#103551)

Summary:
X-link: facebook/litho#951

X-link: facebook/ocamlrep#40

X-link: facebook/react-native#37866

Pull Request resolved: 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.

Test Plan: reviewbylookingveryhard

Differential Revision: D46668238

fbshipit-source-id: 9200b2c052d04db6610c033b30b73761b57679d0
  • Loading branch information
Isaac Hwang authored and facebook-github-bot committed Jun 13, 2023
1 parent bc2caa7 commit 94bef0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,8 @@ pr.diff
.buckd/
.lsp-buck-out/
.lsp.buckd/
.pylsp-buck-out/
.pylsp.buckd/
buck-out/

# Downloaded libraries
Expand Down

0 comments on commit 94bef0f

Please sign in to comment.