From 2c2f275d329da1139fe91cc9a1cf4c655e60b53b Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Sun, 8 Dec 2024 15:35:47 +0100 Subject: [PATCH] ignore changes to secret.h --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a64b1a6..ed89d32 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ server .vscode -build \ No newline at end of file +build +src/secret.h \ No newline at end of file