Skip to content

Conversation

emmatyping
Copy link
Member

I've started using VS Code for editing things, so it'd be handy to ignore this.

@JukkaL JukkaL merged commit 01adcf4 into python:master Jun 21, 2018
@gvanrossum
Copy link
Member

Hm, .idea set a bad example. The right solution here is usually to create a global git ignore file and add it there. A projet-specific .gitignore should only be used to ignore files created by tools used by the project (e.g. .pyc, /out).

@JukkaL
Copy link
Collaborator

JukkaL commented Jun 22, 2018

I'm not sure if we can win this battle, as many people seem to expect that editor specific files should be added to .gitignore. Supporting a few generated file patterns per each of the top 5 most popular editors or so might be a reasonable compromise. Or else we'd need to add detailed instructions for how to locally ignore editor-specific files in our .gitignore.

@emmatyping emmatyping deleted the ignorevscode branch January 31, 2019 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants