Update .gitignore

Latest VS2022 seems to download json schemas files.
This commit is contained in:
ocornut 2023-01-10 12:21:42 +01:00
parent a218d3a824
commit 46b9c09e41

3
.gitignore vendored
View file

@ -26,6 +26,9 @@ ipch
*.VC.db *.VC.db
*.VC.VC.opendb *.VC.VC.opendb
## Getting files created in JSON/Schemas/Catalog/ from a VS2022 update
JSON/
## Commonly used CMake directories ## Commonly used CMake directories
/build*/ /build*/