mirror of
https://github.com/a-h/templ.git
synced 2025-02-06 10:03:16 +00:00
35 lines
335 B
Plaintext
35 lines
335 B
Plaintext
# Output.
|
|
cmd/templ/templ
|
|
|
|
# Logs.
|
|
cmd/templ/lspcmd/*log.txt
|
|
|
|
# Go code coverage.
|
|
coverage.out
|
|
coverage
|
|
|
|
# Mac filesystem jank.
|
|
.DS_Store
|
|
|
|
# Docusaurus.
|
|
docs/build/
|
|
docs/resources/_gen/
|
|
node_modules/
|
|
dist/
|
|
|
|
# Nix artifacts.
|
|
result
|
|
|
|
# Editors
|
|
## nvim
|
|
.null-ls*
|
|
|
|
# Go workspace.
|
|
go.work
|
|
|
|
# direnv
|
|
.direnv
|
|
|
|
# templ txt files.
|
|
*_templ.txt
|