From c659e3170de008c10cd565abcd220e1ebfb59d03 Mon Sep 17 00:00:00 2001 From: Scan Date: Wed, 17 Jun 2026 13:39:02 -0400 Subject: [PATCH] Ignore server config.yaml in .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 27980c65f9..807cbe79da 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,6 @@ database/docker-pg-db-data # macOS files .DS_Store + +# Server config files +config.yaml \ No newline at end of file