From 2f7ffec4cc682ba4b12cc56052bae8973b7804d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20Ko=C5=BEelj?= Date: Mon, 19 Dec 2022 12:37:08 +0100 Subject: [PATCH] Alter .gitignore to ignore and allow the appropriate values --- .gitignore | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 0d4b170..c0c35c1 100644 --- a/.gitignore +++ b/.gitignore @@ -413,16 +413,17 @@ FodyWeavers.xsd *.vsix #ignore all in root folder except the allowed values -./** -!./.editorconfig -!./.gitignore -!./LICENSE -!./README.mdf -!./*.[Ss][Ll][Nn] -!./.gitea/** -!./build/** -!./docs/** -!./examples/** -!./src/** -!./tests/** -!./tools/** \ No newline at end of file +/* +!.editorconfig +!.gitignore +!LICENSE +!README.mdf +!*.[Ss][Ll][Nn] +!/.gitea +!/build +!/docs +!/examples +!/src +!/tests +!/tools +!/*.[Ss][Ll][Nn] \ No newline at end of file