From 9cc9237522fd69c61b1b9346ccbfe4b3a23600e9 Mon Sep 17 00:00:00 2001 From: Maksim Shabunin Date: Tue, 17 Mar 2020 21:12:54 +0300 Subject: [PATCH] Ignore Visual Studio cmake configuration file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2ea6d3821e..8f9ef226cc 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ bin/ *.tlog build node_modules +CMakeSettings.json