always exclude sandlot

This commit is contained in:
Chris Wanstrath 2026-02-24 10:27:35 -08:00
parent 365b5d2365
commit f910664828

View File

@ -5,6 +5,7 @@ import { join } from 'path'
const ALWAYS_EXCLUDE = [
'node_modules',
'.sandlot',
'.DS_Store',
'.git',
'.toes',