From 47c2b20646eda68220f723f5f12e80d493fa49e7 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Mon, 31 Aug 2026 10:41:25 -0400 Subject: [PATCH] chore(config): ignore *.log and .crush files in .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 01ea36c..43350f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ # dependencies (bun install) node_modules tmp/ +*.log +.crush # output out