Browse Source

Add CMakeSettings.json to .gitignore

If there is a decision to move towards VS being the primary dev environment, then it might be worth committing this at some point, however for now ignoring it to prevent accidental committal.
James Mitchell 6 years ago
parent
commit
6e708d7da6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

@@ -31,4 +31,5 @@ Documentation/html
 Source/Experimental
 Source/Experimental
 .vs/*
 .vs/*
 Source/EditorManaged/MBansheeEditor.csproj
 Source/EditorManaged/MBansheeEditor.csproj
-bsfImportToolBuild
+bsfImportToolBuild
+CMakeSettings.json