You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
paulober
changed the title
Jetbrains IDE, virutualenv and Pipenv support within .gitignore
Virutualenv and Pipenv support within .gitignore
Aug 27, 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 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: