Skip to content

Commit

Permalink
Add Pipfile to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ovv committed Apr 19, 2018
1 parent 70f91af commit 01a015e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ docs/_build
venv
pyvenv
.cache/

Pipfile
Pipfile.lock

1 comment on commit 01a015e

@vodik
Copy link
Contributor

@vodik vodik commented on 01a015e Apr 19, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've also been using pipenv on my side. I'd be happy to see the Pipfile/Pipfile.lock commited.

Please sign in to comment.