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

Virutualenv and Pipenv support within .gitignore #189

Closed
paulober opened this issue Jul 28, 2021 · 2 comments · Fixed by #190 or #195
Closed

Virutualenv and Pipenv support within .gitignore #189

paulober opened this issue Jul 28, 2021 · 2 comments · Fixed by #190 or #195

Comments

@paulober
Copy link
Contributor

paulober commented Jul 28, 2021

Is your feature request related to a problem? Please describe.
If you work with an IDE like PyCharm from Jetbrains you have to be careful when committing not to send the .idea folder by mistake because it is not listed in the .gitignore. Also missing is the exclusion of venv folders and Pipenv files in the .gitignore. I think some developers will be happy about this change.

Describe the solution you'd like
Structured .gitignore with the changes from above.

Describe alternatives you've considered
Do the excluding manually every time you have some of these in your code.

Additional context
I will add a PR that includes the above changes.

Requester Info
pavll

@astrogeco
Copy link
Contributor

Hey @PavLL did you close this by accident?

@paulober
Copy link
Contributor Author

Yes

@paulober paulober reopened this Aug 14, 2021
@paulober paulober changed the title Jetbrains IDE, virutualenv and Pipenv support within .gitignore Virutualenv and Pipenv support within .gitignore Aug 27, 2021
astrogeco added a commit that referenced this issue Sep 1, 2021
…upport-gitignore

Fix #189, Virtualenv and Pipenv .gitignore support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants