Skip to content

Commit

Permalink
CLN: Ignore notebooks in GH language stats (#554)
Browse files Browse the repository at this point in the history
Since notebooks now shadow existing code, they (over)duplicate line change statistics.
  • Loading branch information
Jacob-Stevens-Haas authored Sep 10, 2024
1 parent 3d791e2 commit 8e0bb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.git_archival.txt export-subst

# Interpret Jupyter notebooks as Python
*.ipynb linguist-language=Python
*.ipynb linguist-vendored

*.ipynb diff=jupyternotebook

Expand Down

0 comments on commit 8e0bb99

Please sign in to comment.