mirror of
https://codeberg.org/readeck/readeck.git
synced 2026-05-19 11:00:36 +00:00
581806f8da
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
24 lines
269 B
Plaintext
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 |