Skip to content

Commit

Permalink
Prettier ignore mypy_cache (#1335)
Browse files Browse the repository at this point in the history
If people run MyPy in the repo, they'll have the folder `.mypy_cache`
which Prettier will format and Git will try to add.
  • Loading branch information
Eric-Arellano authored May 9, 2024
1 parent 1c8cc5f commit 2aac429
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ tsconfig.tsbuildinfo
/.out/
/.sphinx-artifacts/
poetry.lock

.mypy_cache/
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
docs
translations
scripts/lib/api/testdata
.mypy_cache

0 comments on commit 2aac429

Please sign in to comment.