Skip to content

Commit

Permalink
chore: add pytest_cache to gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
codito committed Feb 4, 2018
1 parent f735e6e commit 6fd27b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ var/
pip-log.txt
pip-delete-this-directory.txt

# Unit test
.pytest_cache/

# Unit test / coverage reports
htmlcov/
.tox/
Expand All @@ -58,8 +61,5 @@ docs/_build/
# PyBuilder
target/

# Local peewee.db
peewee.db

# Ignore pycharm files
.idea/
.idea/

0 comments on commit 6fd27b0

Please sign in to comment.