From e7be56e64f347c1f8384f80f0e197debad1f2a82 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Tue, 25 Jun 2024 03:51:16 +0400 Subject: [PATCH] Updated .gitignore to ignore a test directory. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 67e1097..9514aa7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ bin/* .vscode *.log *_templ.go -*.db3* \ No newline at end of file +/test \ No newline at end of file