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-07 00:28:29 +07:00
|
|
|
|
2024-04-08 16:59:42 +07:00
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
2024-04-07 00:28:29 +07:00
|
|
|
|
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
|
2024-05-02 15:42:10 +07:00
|
|
|
*_templ.txt
|
2024-04-08 16:59:42 +07:00
|
|
|
public/style.css
|
|
|
|
public/htmx*.js
|
|
|
|
.direnv
|
|
|
|
/tmp
|
|
|
|
db/queries/**/*.go
|
2024-05-11 20:23:05 +07:00
|
|
|
/*.db
|
2024-05-23 15:42:56 +07:00
|
|
|
/*.db-shm
|
|
|
|
/*.db-wal
|
2024-04-23 22:26:03 +07:00
|
|
|
|
2024-04-28 22:00:56 +07:00
|
|
|
public/*.min.js
|
|
|
|
|
2024-04-23 22:26:03 +07:00
|
|
|
models/
|
2024-04-26 22:13:04 +07:00
|
|
|
|
|
|
|
/out
|