Redmage/.gitignore

44 lines
660 B
Plaintext
Raw Permalink 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
*_templ.txt
2024-04-08 16:59:42 +07:00
public/style.css
public/htmx*.js
.direnv
/tmp
db/queries/**/*.go
2024-05-27 14:36:06 +07:00
*.db
*.db-shm
*.db-wal
2024-04-23 22:26:03 +07:00
public/*.min.js
2024-04-23 22:26:03 +07:00
models/
2024-04-26 22:13:04 +07:00
/out
/redmage
2024-08-01 23:24:37 +07:00
gen/