From 88010ee8fc74fafb36765a042356fa93d2c3f2a2 Mon Sep 17 00:00:00 2001 From: ency98 <2+ency98@noreply@encyapps.com> Date: Wed, 5 Aug 2026 20:32:14 +0000 Subject: [PATCH] Update .gitignore added secrets files to file --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8357380..3afd769 100644 --- a/.gitignore +++ b/.gitignore @@ -46,7 +46,8 @@ $RECYCLE.BIN/ .LSOverride # Icon must end with two \r -Icon +Icon + # Thumbnails ._* @@ -67,3 +68,6 @@ Network Trash Folder Temporary Items .apdisk +.env +*.key +id_* \ No newline at end of file