Skip to content

Commit 31e8e11

Browse files
authored
Merge pull request doubtfire-lms#476 from b0ink/fix/ignore-test-files
qol: exclude test files from language stats Large files such as the .ipynb jupyter notebooks that are only used for tests will no longer show up as the main language for the repository
2 parents 4c8fe35 + e1993da commit 31e8e11

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Set the default behavior, in case people don't have core.autocrlf set.
22
* text=auto eol=lf
3+
4+
# Exclude test files from GitHub language statistics
5+
test_files/** linguist-vendored

0 commit comments

Comments
 (0)