diff --git a/.gitattributes b/.gitattributes index 08f58f77658a7..76dba02a8984d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ packages/next/bundles/** -text packages/next/compiled/** -text + +# Make next/src/build folder indexable for github search +packages/next/src/build/** linguist-generated=false