From 9d60900ecffe05c601176913aab1f16efc27f159 Mon Sep 17 00:00:00 2001 From: Esther1024 Date: Tue, 8 Jul 2025 21:00:45 +0000 Subject: [PATCH] .gitignore cache things (#25) annoying Reviewed-on: https://git.bixed.xyz/Bix/eden/pulls/25 Co-authored-by: Esther1024 Co-committed-by: Esther1024 --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 970127309f..7484a368e6 100644 --- a/.gitignore +++ b/.gitignore @@ -19,8 +19,14 @@ dist/english_plurals/generated_en.ts .idea/ .vs/ .vscode/ +.cache/ +profile.json.gz CMakeLists.txt.user* +# kdevelop +.kdev4/ +*.kdev4 + # *nix related # Common convention for backup or temporary files *~