The Wayback Machine - https://web.archive.org/web/20210104073020/https://github.com/ofek/hatch/pull/58
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .gitignore #58

Open
wants to merge 2 commits into
base: master
from
Open

Update .gitignore #58

wants to merge 2 commits into from

Conversation

@Ublimjo
Copy link

@Ublimjo Ublimjo commented Jun 20, 2018

Description

Update .gitignore list based on github's gitignore

Ublimjo added 2 commits Jun 19, 2018
This is GitHub’s collection of .gitignore file templates.
kapb14 added a commit to kapb14/hatch that referenced this pull request Dec 20, 2018
Copy link
Contributor

@LucidOne LucidOne left a comment

There is a missing ignore for pip-wheel-metadata/ from the latest version

For maintainability I think it makes more sense to load the template as a separate file with downstream/local changes grouped together at the bottom.

*.pyc
.cache/
.coverage
.idea/

This comment has been minimized.

@LucidOne

LucidOne Feb 3, 2019
Contributor

IntelliJ IDE
This could be pushed upstream to https://github.com/github/gitignore/blob/master/Python.gitignore

venv/
wheelhouse/

This comment has been minimized.

.cache/
.coverage
.idea/
.vscode/

This comment has been minimized.

@LucidOne

LucidOne Feb 3, 2019
Contributor

Visual Studio Code

dist/
docs/build/

This comment has been minimized.

@LucidOne

LucidOne Feb 3, 2019
Contributor

I think this is for an older version of Sphinx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.