Files
remark42/.gitignore
T
Dmitry VerkhoturovandUmputun a9836aaea0 move static web files from rakyll/statik to go:embed
There is no need for the rakyll/statik package starting with Go 1.16,
which provides us with tools for embedding files
without third-party libraries.
2022-08-03 15:41:02 -05:00

27 lines
342 B
Plaintext

*.cov
.cover
target
/logs/
/target/
/var/
debug
debug.test
.vscode
.idea/
*.prof
*.test
/rest-client.env.json
.DS_Store
.mongo
remark42
/bin/
/backend/var/
/backend/app/var/
/backend/app/cmd/web/
/backend/*.html.tmpl
compose-private-backend.yml
compose-private-frontend.yml
compose-private.yml
/backend/_example/*/vendor
http-client.env.json