nitter/.gitignore

24 lines
496 B
Text
Raw Normal View History

2023-03-06 17:59:21 +00:00
# ---> 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
mock_*_test.go
*.mock.go
2023-03-06 17:59:21 +00:00
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
2023-03-08 15:13:49 +00:00
out/
2023-03-06 17:59:21 +00:00
2023-03-08 08:05:13 +00:00
.idea/