Redmage/.gitignore

32 lines
583 B
Plaintext
Raw Normal View History

2024-04-08 16:59:42 +07:00
# 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
2024-04-06 01:22:00 +07:00
2024-04-08 16:59:42 +07:00
# Test binary, built with `go test -c`
*.test
2024-04-08 16:59:42 +07:00
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2024-04-08 16:59:42 +07:00
# Dependency directories (remove the comment below to include it)
# vendor/
2024-04-07 23:41:00 +07:00
2024-04-08 16:59:42 +07:00
# Go workspace file
go.work
/bin
node_modules
*.env
*_templ.go
public/style.css
public/htmx*.js
.direnv
/tmp
db/queries/**/*.go
*.db