Skip to content

Ignore .geojson files by default #17700

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

Merged
merged 2 commits into from
Apr 18, 2025
Merged

Ignore .geojson files by default #17700

merged 2 commits into from
Apr 18, 2025

Conversation

adamwathan
Copy link
Member

Resolves #17699

GeoJSON files are giant JSON files for geographic data structures and will never contain Tailwind classes, but because they are often huge they will slow down the build a lot if scanned.

@adamwathan adamwathan requested a review from a team as a code owner April 16, 2025 14:47
@RobinMalfait RobinMalfait merged commit 8feb6a7 into main Apr 18, 2025
7 checks passed
@RobinMalfait RobinMalfait deleted the ignore-geojson-files branch April 18, 2025 08:46
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.

Vite is very slow if a large GeoJson file is in the backend folder
3 participants