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

Stop git from ignoring zip files #19119

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

iliakur
Copy link
Contributor

@iliakur iliakur commented Nov 24, 2024

What does this PR do?

Git no longer ignores .zip files.

Motivation

We have some test data committed that's in zipfiles. For instance, datadog_checks_downloader/tests/data. I have no idea how it made it past the ignore file when it got added at first. Now I need to add another zip file to that folder and I'm blocked by .gitignore.

I can't find why zipfiles are being ignored. The PR that introduces this together with an integration gives no explanation.

Just to be sure I ran some redisdb tests and those didn't add any stray zipfiles.

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Add the qa/skip-qa label if the PR doesn't need to be tested during QA.
  • If you need to backport this PR to another branch, you can add the backport/<branch-name> label to the PR and it will automatically open a backport PR once this one is merged

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.

1 participant