From 21ebd0a25ce8092b5332a9ce2a8747e2d25049ea Mon Sep 17 00:00:00 2001 From: asandikci Date: Tue, 29 Aug 2023 20:56:42 +0300 Subject: [PATCH] update gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d0570f9..702bbb7 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,7 @@ # vendor/ # Go workspace file -go.work \ No newline at end of file +go.work + +# Go temporary test files +plugins/tmptest/ \ No newline at end of file