GitIgnore File for go

Create a .gitignore file to tell git which files or folders to ignore in your go project.

# Created by https://Shodkk.com/create-gitignore (Shantanu Bombatkar) SirDeploy Package
# It helps deploy fakeserver ReactApp on Heroku and Github Pages
#  Hope it helps || Thanks for Using SirDeploy Package

### Go ###
# 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

### Go Patch ###
/vendor/
/Godeps/

 # Star the Repo https://github.com/shaantanu9/SirDeploy
# https://www.linkedin.com/in/shantanu-bombatkar/ 
# End of File
Download go.gitignore

List Of Files and Folders That Get Ignored using this Gitignore code

Above Code Helps ignore following files from go Project

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

Test binary, built with `go test -c`

Output of the go coverage tool, specifically when used with LiteIDE

Dependency directories (remove the comment below to include it)

vendor/

Go workspace file

If you have any questions or suggestions please feel free to contact us


Feedback is the most important part of any website.

If you have any query, suggestion or feedback, Please feel free to contact us.