From da0921d0fc675bcd76943eff0a409c46262b8144 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Wed, 13 May 2026 22:39:05 +0700 Subject: [PATCH] make `.gitignore` rules for dot-prefixed files more specific Signed-off-by: Alfi Maulana --- .gitignore | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 857a3605..677402d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,11 @@ .* -!.git* +!.github/ +!.gitattributes +!.gitignore !.npmrc -!.prettier* +!.prettierignore +!.prettierrc.json dist/ node_modules/ - *.tgz