Skip to content

Commit

Permalink
Ignore ipynb files to detect the repo language (openvinotoolkit#456)
Browse files Browse the repository at this point in the history
Co-authored-by: someone <[email protected]>
  • Loading branch information
samet-akcay and someone authored Jul 27, 2022
1 parent 150ff7a commit 7a21fa6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
* text=auto eol=lf
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf

# Ignore *ipynb files to detect the language.
# This is because GitHub misdetects the repo language when ipynb files are included.
*.ipynb linguist-detectable=false

0 comments on commit 7a21fa6

Please sign in to comment.