2
0
config/.gitignore

41 lines
758 B
Plaintext
Raw Permalink Normal View History

# ---> 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
2017-12-06 16:11:17 +07:00
*.so
*.dylib
2017-12-06 16:11:17 +07:00
# Test binary, built with `go test -c`
*.test
2017-12-08 20:02:26 +07:00
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2017-12-08 20:02:26 +07:00
# Dependency directories (remove the comment below to include it)
vendor/
2017-12-08 20:02:26 +07:00
# Go workspace file
go.work
2017-12-08 20:02:26 +07:00
# ---> VisualStudioCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Local History for Visual Studio Code
.history/
# Built Visual Studio Code Extensions
*.vsix
2017-12-06 16:11:17 +07:00
# Build outputs
tmp/
out/