Skip to content

Ignore .db files by default#17711

Merged
RobinMalfait merged 4 commits intomainfrom
fix/ignore-db-files
Apr 22, 2025
Merged

Ignore .db files by default#17711
RobinMalfait merged 4 commits intomainfrom
fix/ignore-db-files

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
@RobinMalfait RobinMalfait enabled auto-merge (squash) April 22, 2025 14:49
@RobinMalfait RobinMalfait merged commit 25ec6a3 into main Apr 22, 2025
7 checks passed
@RobinMalfait RobinMalfait deleted the fix/ignore-db-files branch April 22, 2025 14:53
vaernion pushed a commit to Arbeidstilsynet/brevgen2 that referenced this pull request Dec 3, 2025
…v4.1.5 (patch)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@tailwindcss/postcss](https://tailwindcss.com) ([source](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss)) | [`4.1.4` -> `4.1.5`](https://renovatebot.com/diffs/npm/@tailwindcss%2fpostcss/4.1.4/4.1.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tailwindcss%2fpostcss/4.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tailwindcss%2fpostcss/4.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tailwindcss%2fpostcss/4.1.4/4.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tailwindcss%2fpostcss/4.1.4/4.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [tailwindcss](https://tailwindcss.com) ([source](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss)) | [`4.1.4` -> `4.1.5`](https://renovatebot.com/diffs/npm/tailwindcss/4.1.4/4.1.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/tailwindcss/4.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tailwindcss/4.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tailwindcss/4.1.4/4.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tailwindcss/4.1.4/4.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>tailwindlabs/tailwindcss (@&#8203;tailwindcss/postcss)</summary>

### [`v4.1.5`](https://github.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#415---2025-04-30)

[Compare Source](tailwindlabs/tailwindcss@v4.1.4...v4.1.5)

##### Added

-   Support using `@tailwindcss/upgrade` to upgrade between versions of v4.\* ([#&#8203;17717](tailwindlabs/tailwindcss#17717))
-   Add `h-lh` / `min-h-lh` / `max-h-lh` utilities ([#&#8203;17790](tailwindlabs/tailwindcss#17790))
-   Transition `display`, `visibility`, `content-visibility`, `overlay`, and `pointer-events` when using `transition` to simplify `@starting-style` usage ([#&#8203;17812](tailwindlabs/tailwindcss#17812))

##### Fixed

-   Don't scan `.geojson` or `.db` files for classes by default ([#&#8203;17700](tailwindlabs/tailwindcss#17700), [#&#8203;17711](tailwindlabs/tailwindcss#17711))
-   Hide default shadow suggestions when missing default shadow theme keys ([#&#8203;17743](tailwindlabs/tailwindcss#17743...
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