Skip to content

Commit 7824bef

Browse files
committed
[INTERNAL] GitHub: Include lib/build/* in file finder
The GitHub file finder feature assumes "build/" directories contain generated code and therefore ignores them. This change configures lib/build/* to not be treated as generated code. Resources: * https://github.blog/changelog/2022-07-28-file-finder-customize-default-exclusions/ * https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github GitHub Support Ticket: #2427846
1 parent e1c0f20 commit 7824bef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
* text=auto eol=lf
2+
lib/build/** linguist-generated=false

0 commit comments

Comments
 (0)