From 4c78959d98f4493a65817c302e8065be2dfd19f1 Mon Sep 17 00:00:00 2001 From: Maksym Buz Date: Fri, 20 Mar 2026 17:57:36 +0000 Subject: [PATCH] build: update .gitignore to exclude credentials and remove QUICKSTART.md --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f724e8e..9fa021c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,11 @@ docker/ z_gen_history_data.sql # Local docs -QUICKSTART.md init_extra_users.sql # Schemas -sql-scripts*/ \ No newline at end of file +sql-scripts*/ + +# Credentials +db_credentials +global-bundle.pem \ No newline at end of file