Skip to content

Commit

Permalink
Don't set "build" directory as generated in .gitattributes (dotnet#46162
Browse files Browse the repository at this point in the history
)
  • Loading branch information
akoeplinger authored Jan 21, 2025
1 parent faaefcc commit 76347bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
###############################################################################
*.xlf linguist-generated=true

###############################################################################
# Set default behavior to:
# don't collapse these files in PRs
###############################################################################
**/build/** linguist-generated=false

###############################################################################
# Set file behavior to:
# treat as text
Expand Down

0 comments on commit 76347bf

Please sign in to comment.