Skip to content

Commit

Permalink
Add gitattributes rule to ignore Jupyter notebooks in postprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandemeusy committed Jan 29, 2024
1 parent 7c3fabe commit 6d928b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Auto detect text files and perform LF normalization
* text=auto
*.ipynb linguist-vendored

# ignore jupyter notebooks in postprocessing in the language bar on github
notebooks/** linguist-vendored

0 comments on commit 6d928b8

Please sign in to comment.