brunch is ignoring a file "_redirects" in my assets folder when I build. What do I add to config to fix? I'm sure there is some way to specifically include this file.
Yes, you have to overwrite the default ignored convention as described in the Brunch docs
conventions: {
ignored: () => false, // override defaults for no ignored files
}