Skip to content

Commit

Permalink
Merge pull request #120 from davesque/update-gitignore
Browse files Browse the repository at this point in the history
Update .gitignore
  • Loading branch information
pipermerriam committed Aug 16, 2018
2 parents 1d54289 + 85ee3ae commit 9d5ebbd
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@ lib64
# Installer logs
pip-log.txt

# Unit test / coverage reports
# Testing
.coverage
.tox
nosetests.xml
.mypy_cache
.hypothesis
.cache # tox cache
.pytest_cache

# Translations
*.mo
Expand All @@ -42,13 +46,6 @@ output/*/index.html
# Sphinx
docs/_build

# Hypothese Property base testing
.hypothesis

# tox/pytest cache
.cache
.pytest_cache

# Test output logs
logs
### JetBrains template
Expand Down

0 comments on commit 9d5ebbd

Please sign in to comment.