From d159f5ad53bbdf9ba9a151a429135adebc3c348a Mon Sep 17 00:00:00 2001 From: Hari Om Date: Fri, 15 May 2026 11:43:05 +0530 Subject: [PATCH] feat: update .gitignore to include HCL and JSON files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 9f5add09d..0769f380d 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,5 @@ Thumbs.db .project cache /.vscode/ +*.hcl +*.json \ No newline at end of file