From 72dc8e95d0941849929af98fd51a24590d61ca31 Mon Sep 17 00:00:00 2001 From: Georgii Surkov <37121527+gsurkov@users.noreply.github.com> Date: Mon, 2 Jan 2023 12:01:59 +0300 Subject: [PATCH] Add .kateconfig and .kateproject to .gitignore (#2237) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 61c594ed..d54ed4a1 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,10 @@ Brewfile.lock.json # Visual Studio Code .vscode/ +# Kate +.kateproject +.kateconfig + # legendary cmake's build CMakeLists.txt