Skip to content

Commit 478a2a8

Browse files
committed
[INTERNAL] GitHub: Include lib/** in file finder
File finder still won't find files in lib/build/ dir, so GitHub support suggested adding these lines for further investigation. Follow up to #679 GitHub Support Ticket: #2427846
1 parent a0a21b7 commit 478a2a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitattributes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
* text=auto eol=lf
2-
lib/build/** linguist-generated=false
2+
lib/build/** linguist-generated=false
3+
lib/** linguist-vendored=false
4+
lib/** linguist-generated=false

0 commit comments

Comments
 (0)