The Wayback Machine - https://web.archive.org/web/20201019095600/https://github.com/python/typing/pull/701
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

Add .vscode and .egg-info to gitignore #701

Merged
merged 1 commit into from Feb 7, 2020
Merged

Conversation

@vemel
Copy link
Contributor

@vemel vemel commented Feb 7, 2020

Changed

  • Added .vscode to .gitignore
  • Added *.egg-info/ to .gitignore
@gvanrossum
Copy link
Member

@gvanrossum gvanrossum commented Feb 7, 2020

Sure. (Although not enough people realize that they can add such files to their global git ignore file.)

@gvanrossum gvanrossum merged commit 6d84d28 into python:master Feb 7, 2020
1 check passed
1 check passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@vemel
Copy link
Contributor Author

@vemel vemel commented Feb 7, 2020

Thank you! I have never used a global .gitignore indeed. So, probably .vscode should be in my global .gitignore, while *.egg-info should be in a local .gitignore file.

@vemel vemel deleted the vemel:gitignore branch Feb 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants
You can’t perform that action at this time.