Skip to content

Commit

Permalink
update gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
urmi-21 committed Oct 7, 2020
1 parent 36b970d commit 90e36cd
Showing 1 changed file with 3 additions and 25 deletions.
28 changes: 3 additions & 25 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
pyrpipe/report_templates/* linguist-documentation

# Basic .gitattributes for a python repo.
# Source files
# ============
*.pxd text diff=python
*.py text diff=python
*.py3 text diff=python
*.pyw text diff=python
*.pyx text diff=python
*.pyz text diff=python

# Binary files
# ============
*.db binary
*.p binary
*.pkl binary
*.pickle binary
*.pyc binary
*.pyd binary
*.pyo binary

# Jupyter notebook
*.ipynb text

* linguist-vendored
*.py linguist-vendored=false
*.sh linguist-vendored=false

0 comments on commit 90e36cd

Please sign in to comment.