How to remove warnings about missing template files?

This is what I get when (successfuly) building a site:

WARN 2022/05/30 20:37:03 found no layout file for "HTML" for kind "section": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2022/05/30 20:37:03 found no layout file for "HTML" for kind "taxonomy": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2022/05/30 20:37:03 found no layout file for "HTML" for kind "taxonomy": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.

I use neither section nor taxonomy (actually if I got it right, I use two taxonomies, each with its own name: tags and topic - none are native). How can I tell this to Hugo?

Can you share a link to your public repository for this project?