Skip to content

Commit

Permalink
chore: Fix linguist tool configuration (#3825)
Browse files Browse the repository at this point in the history
  • Loading branch information
prekel committed Oct 5, 2021
1 parent 9ce44c4 commit 7cf820a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,19 @@
*esy.lock/* linguist-generated

# Hide vendored extension code
extensions/* linguist-generated
extensions/** linguist-generated

# Hide vendored code
vendor/** linguist-vendored

# Hide large integration test file
integration_test/large-c-file.c linguist-generated

# Hide vendored sqlite
bench/reason-treesitter/sqlite3.c linguist-vendored

# Hide large bench files
bench/collateral/* linguist-vendored

# Test files
integration_test/test.crlf text eol=crlf
Expand Down

0 comments on commit 7cf820a

Please sign in to comment.