Skip to content

Commit

Permalink
Add .gitignore to prevent committing unexpcted files
Browse files Browse the repository at this point in the history
  • Loading branch information
git-hulk committed Mar 21, 2024
1 parent f36df6a commit 2314f67
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
### Go template
# 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

# Vim
*.swp
*.swo
*.swn
.idea

# Mac
.DS_Store

0 comments on commit 2314f67

Please sign in to comment.