Files
Olivier Meunier 581806f8da Removed generated templ files
This was a mistake. If you need to rebase branches that have modifications
on the same .templ file, the versioned generated file is impossible to
merge properly.

Generating _templ.go files being very fast, we can call this command
on every target that needs a source tree that compiles (lint, test, build)

Also, finally moved to go tool for all the associated tooling:
- templ
- air
- golangci-lint
2026-05-16 13:15:21 +02:00

24 lines
269 B
Plaintext

/.makerc
/config.toml
/data
/data-*
/dist
/ftr-site-config
/.vscode
/assets/www/*
!/assets/www/.keep
/docs/assets/*
!/docs/assets/.keep
/docs/src/.obsidian
/docs/src/*/*.md
!/docs/src/en/*
/locales/translations/*/messages.mo
/web/dist
/web/node_modules
*_templ.go