diff options
| author | Uzair Aftab <muaf@nmbu.no> | 2025-03-14 13:15:29 +0100 |
|---|---|---|
| committer | Uzair Aftab <muaf@nmbu.no> | 2025-03-14 13:15:29 +0100 |
| commit | b497400be6da6cfe990fc1fdba5927cdda69835c (patch) | |
| tree | 4202a28f7cbffffd0640e23e82663645c7612772 | |
| parent | ec5066988ee8c01be5a6f3fdb7ceb17f3bed10dd (diff) | |
fix: ignore `.envrc.local`
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index db8457e1f..f39b0c780 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ .DS_Store .vscode/ .direnv/ +.envrc.local .flatpak-builder/ zig-cache/ .zig-cache/ |
