From e4930e49884c0689e4881ba9234500b3936d5216 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Fri, 18 Aug 2023 09:55:27 -0400 Subject: [PATCH] allow github to index the build directory https://docs.github.com/en/search-github/searching-on-github/finding-files-on-github --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index 56f38997e44..e74d65df3a8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,8 @@ +# to allow github to index the build directory +# we need to override the defaults of github here +# see https://docs.github.com/en/search-github/searching-on-github/finding-files-on-github +build/** linguist-generated=false + * text=auto # Generic files