Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Ignore non-code changes from PR stats #3770

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Ignore comments in Swift files
*.swift diff=swift-comments

# Ignore non-Swift files from PR stats
*.svg linguist-documentation
*.storyboard linguist-documentation
*.xib linguist-documentation
*.pbxproj linguist-documentation
*.xcscheme linguist-documentation
*.xcassets/** linguist-documentation
Loading