From 1a84d9932d9007fbfcb9109188de387a779762df Mon Sep 17 00:00:00 2001 From: Wirawan Purwanto Date: Wed, 15 Nov 2023 08:09:52 -0500 Subject: [PATCH] * Ignore all files that have the "SECRET" keyword in the filename. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c66dc33..302e6e6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *~ .#* *# +*SECRET*