From 68f27af8a9b0ff275fe9ac4455b6b621ce19365f Mon Sep 17 00:00:00 2001 From: wass3rw3rk <49894298+wass3rw3rk@users.noreply.github.com> Date: Fri, 25 Oct 2024 16:29:35 -0500 Subject: [PATCH] ignore local schema.json --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c557bc18b..a0b951aa0 100644 --- a/.gitignore +++ b/.gitignore @@ -67,4 +67,6 @@ __debug_bin .history .ionide -# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode \ No newline at end of file +# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode + +schema.json