Skip to content

Commit

Permalink
[INTERNAL] GitHub: Include lib/** in file finder
Browse files Browse the repository at this point in the history
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
  • Loading branch information
RandomByte committed Nov 17, 2023
1 parent a0a21b7 commit 478a2a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
* text=auto eol=lf
lib/build/** linguist-generated=false
lib/build/** linguist-generated=false
lib/** linguist-vendored=false
lib/** linguist-generated=false

0 comments on commit 478a2a8

Please sign in to comment.