From 8140f0098846fd723be7734a20d35984dcc55982 Mon Sep 17 00:00:00 2001 From: sagudev <16504129+sagudev@users.noreply.github.com> Date: Mon, 23 Jun 2025 04:37:04 +0200 Subject: [PATCH] Add justfile to gitignore (#37621) I want to be able to have justfile in local servo repo clone. Testing: Not needed Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 630eb63b9bb..511859a5569 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,6 @@ support/macos/Brewfile.lock.json # direnv .envrc + +# Justfiles +justfile \ No newline at end of file