Skip to content

Commit

Permalink
Merge pull request #25 from bupd/gitignore
Browse files Browse the repository at this point in the history
feat/Add: Missing .gitignore File
  • Loading branch information
Vad1mo authored Jun 17, 2024
2 parents a5d592f + bf3cbda commit 6dcd481
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# 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~
*.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
/bin

/harbor
dist/

# Remove DS_Store
.DS_Store

0 comments on commit 6dcd481

Please sign in to comment.