Update .gitignore

Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
This commit is contained in:
Jan Tytgat
2024-10-23 09:23:14 +02:00
parent 52ad2c85f3
commit 3866bf0c0c

42
.gitignore vendored
View File

@ -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