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

Correct gitignore #2922

Merged
merged 1 commit into from Oct 28, 2020
Merged

Correct gitignore #2922

merged 1 commit into from Oct 28, 2020

Conversation

ssbarnea
Copy link
Member

Fixed wrong git ignore pattern used to exclude a potentially existing molecule folder under the project root.

Previous pattern was confusing git when called with command below, making it believe also lib/molecule was to be excluded.

git ls-files --exclude-standard -oi --directory

Related: https://git-scm.com/docs/gitignore

Fixed wrong git ignore pattern used to exclude a potentially existing
molecule folder under the project root.

Previous pattern was confusing git when called with command below,
making it believe also lib/molecule was to be excluded.
git ls-files --exclude-standard -oi --directory

Related https://git-scm.com/docs/gitignore
@ssbarnea ssbarnea merged commit b1ec3d1 into master Oct 28, 2020
@ssbarnea ssbarnea deleted the fix/gitignore branch October 28, 2020 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants