Skip to content

Commit

Permalink
Commit .gitignore and .gitattributes files
Browse files Browse the repository at this point in the history
  • Loading branch information
drhagen committed Oct 2, 2016
1 parent 48917c8 commit c9960b3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
* text=auto

# General
*.txt text
*.md text
*.html text
*.xml text
*.c text

# Python
*.py text
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.idea
__pycache__
.cache
.tox
parsita.egg-info
.coverage
htmlcov
build
dist

0 comments on commit c9960b3

Please sign in to comment.