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

Prettier: ignore cache directories #2278

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

adamjstewart
Copy link
Collaborator

By default, prettier ignores everything in the root .gitignore. However, many of our tools create their own hidden directories with a .gitignore inside that prettier does not recognize. This PR adds those to the ignore, speeding up writing (.ruff_cache in particular was slowing things down).

@Domejko

@adamjstewart adamjstewart added this to the 0.6.1 milestone Sep 4, 2024
@calebrob6 calebrob6 merged commit e38bccc into microsoft:main Sep 4, 2024
19 checks passed
@adamjstewart adamjstewart deleted the prettier/ignore branch September 4, 2024 20:46
adamjstewart added a commit that referenced this pull request Oct 10, 2024
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