From c88c6348d29c42f569e13f987462fb81558d0240 Mon Sep 17 00:00:00 2001 From: Onsi Fakhouri Date: Wed, 18 Dec 2024 21:01:23 -0700 Subject: [PATCH] ensure *.test files are gitignored so we don't accidentally commit compiled tests again --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 18793c248a..6faaaf3155 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ tmp/**/* *.coverprofile .vscode .idea/ -*.log \ No newline at end of file +*.log +*.test \ No newline at end of file