From 9a587e8c8cb8b18d0d175c1dccbcaedcb2030906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Gonz=C3=A1lez?= Date: Thu, 9 Nov 2023 11:46:41 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20gitignore:=20Add=20rules=20to=20?= =?UTF-8?q?maintain=20empty=20folders=20and=20all=20gitignore=20files.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index d16812ab06..8053375514 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,10 @@ +## Add all gitignores +!**/.gitignore +!.gitignore +## Empty folders which should be kept +!**/.keep +!.keep + #### OS ### Mac OS ## macOS system files