From b5d0f9f690232c0cd9c571bc5eae3cf93d3cd485 Mon Sep 17 00:00:00 2001 From: Disservin Date: Wed, 4 Oct 2023 16:36:40 +0200 Subject: [PATCH] add ide files to gitignore No functional change --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 8981efcaf13..b59c2d8ce94 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,13 @@ src/-lstdc++.res # Neural network for the NNUE evaluation **/*.nnue +## IDE's +### Visual Studio Code + +.vscode/* +.history/ +*.vsix + +### CLion + +.idea/