From 40ba713617be4378545c3ffbde295698be129e2e Mon Sep 17 00:00:00 2001 From: casjay Date: Mon, 14 Nov 2022 13:02:39 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Added=20.gitignore=20?= =?UTF-8?q?=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bd7ada3..5474f19 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ -# gitignore created on 07/09/22 at 08:44 +# gitignore created on 11/14/22 at 13:02 +# Disable reminder in prompt +ignoredirmessage + # Disable reminder in prompt ignoredirmessage @@ -88,3 +91,8 @@ $RECYCLE.BIN/ # ignore .no_push files **/.no_push +# ignore .no_git files +**/.no_git + +# ignore commit message +.gitcommit