From c07411b52db7d2f2a5529b0b24ffe0a9f211469b Mon Sep 17 00:00:00 2001 From: Txabi Lopez Date: Fri, 19 Apr 2024 13:33:11 +0100 Subject: [PATCH] fix: small bug in gitignore dot prefixed files and folders are not always invalid Issues: MOL-29368 --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9169665..c0849f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ node_modules *.log -.* !.github !.husky !.gitignore