/ biome.json
biome.json
 1  {
 2  	"files": {
 3  		"ignore": [
 4  			"content/*",
 5  			"build/*",
 6  			"public/*",
 7  			".next/*",
 8  			"node_modules/*",
 9  			"styled-system/*",
10  			"tina/__generated__/*",
11  			"tina/tina-lock.json"
12  		]
13  	}
14  }