Skip to content

Ignore IDE files #1381

@suhasdotcom

Description

@suhasdotcom

I've cloned the pygit2 repo as a runnable and testable IDE project and I think many people would want to do the same. Can we have IDE specific files gitignored?

Some simple lines can be added to the .gitignore file:

For IntelliJ specific IDEs (e.g. PyCharm):

.idea/
*.iml
*.iws
*.ipr
.idea_modules/

For VSCode:

.vscode/

For Eclipse:

.settings/

Python related:

*.pyc
__pycache__/
venv/
.venv/

I'd be happy to raise a PR if this change is accepted. What is the preference to introduce changes:

  • Fork and PR?
  • Branch and PR?
    • If branch and PR then is there any preference for branch-name-format?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions