From e650f73c0be91bda5580811db33d80f63830fe82 Mon Sep 17 00:00:00 2001 From: Ruihang Xia Date: Wed, 22 May 2024 11:33:53 +0800 Subject: [PATCH] chore: ignore ccls cache dir (#171) * chore: ignore ccls cache dir Signed-off-by: Ruihang Xia * add empty line Signed-off-by: Ruihang Xia --------- Signed-off-by: Ruihang Xia --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index caca22af..4d48f5a7 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,7 @@ Cargo.lock *.iml # VSCode IDE config directory -.vscode/ \ No newline at end of file +.vscode/ + +# ccls cache dir +.ccls-cache/