#4196 Ignore pipenv files created
Merged 5 years ago by pingou. Opened 5 years ago by hberaud.
hberaud/pagure gitignore-pipenv  into  master

file modified
+3
@@ -54,6 +54,9 @@ 

  # Tox virtualenvs

  .tox

  

+ # Ignore pipenv

+ Pipfile

+ 

  # A possible symlink for the testsuite

  /repospanner

  /repobridge

Some user like me maybe use pipenv, pipenv introduce Pipfile to
try to replace requirements files but it's not a standard for the
moment.

So, ignore pipfile for the moment.

Pull-Request has been merged by pingou

5 years ago