Skip to content

Commit

Permalink
chore: Exclude weight files from stats (#2950)
Browse files Browse the repository at this point in the history
  • Loading branch information
ark0f authored Jul 17, 2023
1 parent 2bbadc9 commit 6e1bc61
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
*.jpg binary
*.wasm binary

**/Cargo.lock linguist-generated=true
**/package-lock.json linguist-generated=true
**/Cargo.lock linguist-generated
**/package-lock.json linguist-generated
**/weights.rs linguist-generated
**/src/weights/** linguist-generated

0 comments on commit 6e1bc61

Please sign in to comment.