2025-02-21 18:42:56 +01:00
|
|
|
internal/**/*.go
|
2025-02-23 13:08:08 +01:00
|
|
|
internal/**/*.gotmpl
|
|
|
|
internal/**/*.txt
|
2025-02-21 18:42:56 +01:00
|
|
|
.env
|
|
|
|
Makefile
|
|
|
|
modd.conf {
|
|
|
|
prep: "make -o generate build"
|
2025-02-22 09:42:15 +01:00
|
|
|
daemon: "make CMD='bin/clearcase' run-with-env"
|
2025-02-21 18:42:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
internal/**/*.templ {
|
|
|
|
prep: make build
|
|
|
|
}
|