Skip to content

Commit e54d34b

Browse files
kinto0facebook-github-bot
authored andcommitted
gitignore root dir cargo builds
Summary: open-source rust-analyzer seems to build the root `Cargo.toml`. it generates a `targets/` dir in pyrefly root along with `Cargo.lock`. I looked into ways to get it to only analyze the child `Cargo.toml` with no luck. Ignoring these is a much better user-experience. Reviewed By: ndmitchell Differential Revision: D75459926 fbshipit-source-id: c9ff3aa4f059d142f3b7860779c8285407bc4557
1 parent 946933e commit e54d34b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
debug.json
22
debug.js
3+
Cargo.lock
4+
target/

0 commit comments

Comments
 (0)