diff --git a/.gitignore b/.gitignore index 6f72f89..b8d3fd4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,3 @@ -# If you prefer the allow list template instead of the deny list, see community template: -# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore -# # Binaries for programs and plugins *.exe *.exe~ @@ -8,18 +5,31 @@ *.so *.dylib -# Test binary, built with `go test -c` +# Folder view configuration files +.DS_Store +Desktop.ini + +# Thumbnail cache files +._* +Thumbs.db + +# Files that might appear on external disks +.Spotlight-V100 +.Trashes + +# Compilation/Build output folder +output/ + +# Jetbrains Configuration files +.idea/ + + +# Go specific files +# - Test binary, built with `go test -c` *.test - -# Output of the go coverage tool, specifically when used with LiteIDE +# - 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 -go.work.sum - -# env file -.env +# - Dependency directories +vendor/ +# - Go workspace file +go.work \ No newline at end of file