-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Add a .gitattributes file to fix line count of Jupyter notebook #2771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
That sounds like a good addition to me. Can you open a PR adding this? |
Probably that's because this keeps track of Some issues that might help Currently the count is text. |
@oke-aditya let's ignore notebooks for this statistic counting, can you send a PR for that? |
Sure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🚀 Feature
Not exactly a Feature Request.
Jupyter notebooks lead to a lot of line count since GitHub does not render them properly.
Adding new Jupyter notebooks will soon make this library with primary langauge of Jupyter very high.
While this library is in python. This creates a misconception in first sight.
A neat workaround is to have a
.gitattributes
file as follows. Remove#
Where suitableThis is just a harmless addition. I guess it does not impact library.
The text was updated successfully, but these errors were encountered: