From f67a8a8e2ad9fe869fc90bdb856cfe0f80b30094 Mon Sep 17 00:00:00 2001 From: Rene Cannao Date: Thu, 9 Apr 2026 19:31:57 +0000 Subject: [PATCH] gitignore: add lint/ to prevent committing output files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 33787afec..53f9daf9b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # Internal Repos priv-infra/ +# Lint output (do not commit) +lint/ + # direnv .envrc.local