Skip to content

Commit

Permalink
updateGitAttr
Browse files Browse the repository at this point in the history
  • Loading branch information
urmi-21 committed Feb 19, 2020
1 parent 82ddeae commit e05abf3
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,26 @@
* linguist-vendored
*.js linguist-vendored=false
pyrpipe/report_templates/* linguist-vendored

# 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


0 comments on commit e05abf3

Please sign in to comment.