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 (facebook#951)

Summary:
Pull Request resolved: facebook#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: a265a3d38990621e6860b61e352df7ad7383dfee
  • Loading branch information
Isaac Hwang authored and facebook-github-bot committed Jun 13, 2023
1 parent ced79f2 commit e408ac2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ docs/_site/
/.lsp-buck-out
/gentest/test.html
.buck-java11
# Python buck files
/.pylsp.buckd
/.pylsp-buck-out

.cxx
.externalNativeBuild
Expand Down

0 comments on commit e408ac2

Please sign in to comment.