-
Notifications
You must be signed in to change notification settings - Fork 62
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
Comments
Hey @PavLL did you close this by accident? |
Yes |
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
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 ofvenv
folders andPipenv
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
The text was updated successfully, but these errors were encountered: