From 511b6fecb47e847f64764a65c25dd9cffc9df27f Mon Sep 17 00:00:00 2001 From: Gabe Alford Date: Tue, 5 Dec 2023 13:23:55 -0700 Subject: [PATCH] Update .gitignore - Ignore more types of files --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.gitignore b/.gitignore index c0ad5a9f..da82d1f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,25 @@ +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib +bin +testbin/* + +# Test binary, build with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# editor and IDE paraphernalia +.idea +*.swp +*.swo +*~ +*.DS_Store + specs/swagger*.json dist/