From 46b9c09e41a1f4923be27eec996a843e498b5b5c Mon Sep 17 00:00:00 2001 From: ocornut Date: Tue, 10 Jan 2023 12:21:42 +0100 Subject: [PATCH] Update .gitignore Latest VS2022 seems to download json schemas files. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 44225c9a..73888ab5 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,9 @@ ipch *.VC.db *.VC.VC.opendb +## Getting files created in JSON/Schemas/Catalog/ from a VS2022 update +JSON/ + ## Commonly used CMake directories /build*/