Apparently, Eleventy has a .eleventyignore file (see here), so you can ignore groups of content files when building. In development, it would be nice for me to be able to say “ignore content from before 2021” to get faster builds. Something like
# .hugoignore
/content/news/*
!/content/news/_index.md
!/content/news/2021-*