Skip to content

Commit

Permalink
Update gitattributes
Browse files Browse the repository at this point in the history
Signed-off-by: shiyu22 <shiyu.chen@zilliz.com>
  • Loading branch information
shiyu22 committed Oct 25, 2021
1 parent 62f04af commit 4823e06
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Basic .gitattributes for a python repo.

# Source files
# ============
*.pxd text diff=python
*.py text diff=python
*.py3 text diff=python
Expand All @@ -11,7 +10,6 @@
*.pyi text diff=python

# Binary files
# ============
*.db binary
*.p binary
*.pkl binary
Expand All @@ -20,13 +18,6 @@
*.pyo binary export-ignore
*.pyd binary

# Jupyter notebook
# *.ipynb text
# *.ts text
# *.tsx text
# *.js text
# *.jsx text

# To ignore it use below
*.ipynb linguist-documentation
*.tsx linguist-documentation
Expand Down

0 comments on commit 4823e06

Please sign in to comment.