From bfeee04d3e82664f86ced5f5cf2e2cd02ed03876 Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Sat, 28 Jun 2025 17:52:24 +0300 Subject: [PATCH] Add IDE files to gitignore --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 817786a3..5fdf525d 100644 --- a/.gitignore +++ b/.gitignore @@ -70,3 +70,12 @@ fb.bat config.toml CMakeSettings.json + +# IDE files + +# KDevelop files +*.kdev4 +# IDEA/Clion files +.idea/ +# VSC files +/.vscode/ \ No newline at end of file