Skip to content

Commit

Permalink
Exclude vendored code from being counted by Linguist (expo#20335)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsapeta authored Dec 6, 2022
1 parent a154894 commit 83876ff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@
packages/*/build/** -diff linguist-generated
packages/*/plugin/build/** -diff linguist-generated
packages/@*/*/build/** -diff linguist-generated

ios/vendored/** linguist-vendored
ios/versioned/** linguist-vendored
ios/versioned-react-native/** linguist-vendored
android/vendored/** linguist-vendored
android/versioned-abis/** linguist-vendored
android/versioned-react-native/** linguist-vendored
packages/expo-dev-menu/vendored/** linguist-vendored

0 comments on commit 83876ff

Please sign in to comment.