mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
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:
parent
877010c5f6
commit
8140f00988
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -71,3 +71,6 @@ support/macos/Brewfile.lock.json
|
||||||
|
|
||||||
# direnv
|
# direnv
|
||||||
.envrc
|
.envrc
|
||||||
|
|
||||||
|
# Justfiles
|
||||||
|
justfile
|
Loading…
Add table
Add a link
Reference in a new issue