Skip to content

Ignore .db files by default #17711

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Ignore .db files by default #17711

wants to merge 3 commits into from

Conversation

RobinMalfait
Copy link
Member

@RobinMalfait RobinMalfait commented Apr 18, 2025

This PR ignores .db files by default. We already ignored .sqlite and .sqlite3 files but we didn't ignore .db files which is a common extension for database files as well.

Due to the binary nature of .db files, scanning these could result in hard to debug errors such as:

image

@RobinMalfait RobinMalfait marked this pull request as ready for review April 18, 2025 08:59
@RobinMalfait RobinMalfait requested a review from a team as a code owner April 18, 2025 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants