From 7a3b5f1b2fc6eec1a757d3b629f3f1fbd2f190b8 Mon Sep 17 00:00:00 2001 From: Thomas Darimont Date: Fri, 10 Jan 2025 10:32:59 +0100 Subject: [PATCH] chore: Ignore local scratch dir (#1063) We can use scratch/ for local experiments or reproducers. Signed-off-by: Thomas Darimont --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ada5980fb..3c85202c0 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,9 @@ terraform.d/ .terraform.lock.hcl terraform.tfstate* +# local experiments or reproducers +scratch/ + .gradle/ # custom user federation example