From 4034272ed8f4e4a19797bfd14dfe5268ad4b4324 Mon Sep 17 00:00:00 2001 From: PatriceJiang <397136899@qq.com> Date: Thu, 18 Aug 2022 11:53:52 +0800 Subject: gitignore: Tell Git to ignore the .cache/ directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5bd9113..f57271f 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ out/ # Visual Studio Code .vscode/ +.cache/ # CLion work directory .idea/ -- cgit v0.12