From 8ea41760ef2c255680789fc1849125cf0ff56cea Mon Sep 17 00:00:00 2001 From: Moeed Dar Date: Mon, 15 May 2023 15:48:55 +0100 Subject: [PATCH] Changed gitignore Development --- .gitignore | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ea26ec2..c2028f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,19 @@ -.data +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Dependency directories (remove the comment below to include it) +vendor/ + +# Go workspace file +go.work + +.database \ No newline at end of file