From 8c8088c362fa4537e5662e124f919ed59a84a1b6 Mon Sep 17 00:00:00 2001 From: Kalakoi Date: Tue, 10 Jun 2025 16:23:39 -0400 Subject: [PATCH] Added private API keys to gitignore. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9491a2f..803749b 100644 --- a/.gitignore +++ b/.gitignore @@ -360,4 +360,7 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd + +# Private API Keys +APIKeys.cs \ No newline at end of file