From 1d2a91b0af6d2f8d813965e5c36947f8a05eaeba Mon Sep 17 00:00:00 2001 From: Neill Cox Date: Mon, 23 Oct 2023 11:39:20 +1100 Subject: [PATCH] :wrench: Update .gitignore to ignore my stupid secrets file --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 07813f6..76c0f25 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# Secrets + +secrets.bash + # ---> Python # Byte-compiled / optimized / DLL files __pycache__/