From e806a13c70832f89afbb36ef4d608319d64cfcbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwo=20Strzebo=C5=84ski?= Date: Fri, 28 Aug 2026 21:53:12 +0000 Subject: [PATCH] Gitignore examples/ for personal study files (not part of the real schema build) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ab07540..f70f354 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,6 @@ Cargo.lock packages/ts-types/src/generated/* !packages/ts-types/src/generated/.gitkeep + +# Personal study files, not part of the real schema build. +/examples/