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: 312d4b709eff5c8f1044fb2f88d42c7ce46c2189
  • Loading branch information
Isaac Hwang authored and facebook-github-bot committed Jun 13, 2023
1 parent 75a5ec0 commit 5a5120f
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 @@ -48,6 +48,8 @@ project.xcworkspace
buck-out
/.lsp.buckd
/.lsp-buck-out
/.pylsp.buckd
/.pylsp-buck-out
/packages/react-native/ReactAndroid/src/main/jni/prebuilt/lib/
/packages/react-native/ReactAndroid/src/main/gen

Expand Down

0 comments on commit 5a5120f

Please sign in to comment.