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/