Skip to content

Commit 028bbbd

Browse files
authored
SWIFT-709 ignore vendored files for language statistics
Adding a specially crafted line to our `.gitattributes` file will indicate that GitHub should skip certain directories when doing language statistics on the project.
1 parent 448eea1 commit 028bbbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Ignore vendored code for language statistics in GitHub
2+
Sources/CLibMongoC/* linguist-vendored

0 commit comments

Comments
 (0)