Skip to content

Commit 3d32dd2

Browse files
author
Artur Shiriev
committed
add .uv-cache to ignored dirs
1 parent 7da186d commit 3d32dd2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

end_of_file_fixer/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def main() -> int:
8080
ignore_patterns = [
8181
".git",
8282
".cache", # for uv cache
83+
".uv-cache", # for uv cache
8384
]
8485
if gitignore_path.exists():
8586
with gitignore_path.open("r") as f:

0 commit comments

Comments
 (0)