]> source.dussan.org Git - gitignore.git/commit
Add ignore rules for Pipenv (#2977)
authorJarry Shaw <jarryshaw@icloud.com>
Mon, 11 Mar 2019 12:12:02 +0000 (20:12 +0800)
committerBrendan Forster <brendan@github.com>
Mon, 11 Mar 2019 12:12:02 +0000 (09:12 -0300)
commit7079791ab6058c544dd8dde60294b69e02a6dcf8
treec2c919c5ca78b56e9be3cad4add7fb25e693b3c0
parent23f7a812820d8934da0ecb9472785192d340950d
Add ignore rules for Pipenv (#2977)

* Add ignore rules for Pipenv

Pipenv uses Pipfile.lock to maintain Python package information
(metadata, hash, etc.) installed as described in Pipfile. Thus,
Pipfile.lock may vary on different operating systems, platforms
when collaborating. This PR adds Pipfile.lock into the Python
default gitignore. See http://pipenv.org

* Update Python.gitignore

Not to ignore Pipfile.lock in default, but explain
when and why it should be ignored in case of
collaboration. (adjusted according to comment
in github/gitignore#2977 by @drothmaler )

* Apply suggestions from code review

Co-Authored-By: JarryShaw <jarryshaw@icloud.com>
* Update Python.gitignore

As suggested by @shiftkey , elaborate on the problems that users might see with `Pipfile.lock`.
Python.gitignore