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>
This commit is contained in:
sagudev 2025-06-23 04:37:04 +02:00 committed by GitHub
parent 877010c5f6
commit 8140f00988
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
.gitignore vendored
View file

@ -71,3 +71,6 @@ support/macos/Brewfile.lock.json
# direnv
.envrc
# Justfiles
justfile