I get this warning while adding the jupyter notebook file in Git:
$ git add project.ipynb warning: LF will be replaced by CRLF in Downloads/project.ipynb. The file will have its original line endings in your working directory.
If my file is ".ipynb" that is a jupyter notebook then what should I do in that case? I am new to Git and Github, can anyone please answer?