Skip to content

Commit 4823e06

Browse files
committed
Update gitattributes
Signed-off-by: shiyu22 <[email protected]>
1 parent 62f04af commit 4823e06

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.gitattributes

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Basic .gitattributes for a python repo.
22

33
# Source files
4-
# ============
54
*.pxd text diff=python
65
*.py text diff=python
76
*.py3 text diff=python
@@ -11,7 +10,6 @@
1110
*.pyi text diff=python
1211

1312
# Binary files
14-
# ============
1513
*.db binary
1614
*.p binary
1715
*.pkl binary
@@ -20,13 +18,6 @@
2018
*.pyo binary export-ignore
2119
*.pyd binary
2220

23-
# Jupyter notebook
24-
# *.ipynb text
25-
# *.ts text
26-
# *.tsx text
27-
# *.js text
28-
# *.jsx text
29-
3021
# To ignore it use below
3122
*.ipynb linguist-documentation
3223
*.tsx linguist-documentation

0 commit comments

Comments
 (0)