Skip to content

Fix broken gitignore in venv shell hook#2830

Open
anka-213 wants to merge 1 commit into
jetify-com:mainfrom
anka-213:patch-2
Open

Fix broken gitignore in venv shell hook#2830
anka-213 wants to merge 1 commit into
jetify-com:mainfrom
anka-213:patch-2

Conversation

@anka-213
Copy link
Copy Markdown

Summary

The gitignore file contained an escaped newline, which prevented the files from actually being ignored

Old .venv/.gitignore:

*\n.*

New .venv/.gitignore

*
.*

How was it tested?

Manually running echo -e '*\n.*' on my machine and verifying that it looks correct.

Community Contribution License

All community contributions in this pull request are licensed to the project
maintainers under the terms of the
Apache 2 License.

By creating this pull request, I represent that I have the right to license the
contributions to the project maintainers under the Apache 2 License as stated in
the
Community Contribution License.

The gitignore file contained an escaped newline, which prevented the files from actually being ignored

Signed-off-by: Andreas Källberg <anka.213@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant