From 1199a75378efcaf756e2027ecc2530c6d97bc95c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AE=80=E5=BE=8B=E7=BA=AF?= Date: Sun, 25 Feb 2024 11:57:34 +0800 Subject: [PATCH] chore: add .ruff_cache dir into the gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c021392..eda3a42 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,7 @@ docs/site/ dist/** # vscode -.vscode/ \ No newline at end of file +.vscode/ + +# ruff +.ruff_cache \ No newline at end of file