Skip to content

Commit

Permalink
Updating .gitignore
Browse files Browse the repository at this point in the history
Updates .gitignore.
  • Loading branch information
mys721tx committed Dec 26, 2024
1 parent 7ad3a93 commit ccc4298
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 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~
Expand All @@ -10,3 +13,13 @@

# 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

0 comments on commit ccc4298

Please sign in to comment.