diff options
author | William Carroll <wpcarro@gmail.com> | 2022-12-12T19·39-0800 |
---|---|---|
committer | wpcarro <wpcarro@gmail.com> | 2022-12-12T19·43+0000 |
commit | b6cae74f136759b73d05e93622ce0a3b7902c0bb (patch) | |
tree | 38a152ded861be4a288f4672d261c4d5e1583423 /users/wpcarro/.gitignore | |
parent | 9166a9915a079e9c7e1a202552f2237121103669 (diff) |
feat(wpcarro/lazy-deps): Support wpcarro-deps r/5411
Replace legacy lazy-deps with the latest pattern. Change-Id: If0b0798d76f63b8a42b222398c043f26e9035e42 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7576 Reviewed-by: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI Autosubmit: wpcarro <wpcarro@gmail.com>
Diffstat (limited to 'users/wpcarro/.gitignore')
-rw-r--r-- | users/wpcarro/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/users/wpcarro/.gitignore b/users/wpcarro/.gitignore index 2380eb7b668e..64703ed12903 100644 --- a/users/wpcarro/.gitignore +++ b/users/wpcarro/.gitignore @@ -30,3 +30,6 @@ node_modules/ .gitsecret/keys/random_seed !*.secret secrets.json + +# Nix gcroots symlinks created by .envrc +/.gcroots/* |