From 4302008a046af9d9e3baac4d19debf1ffc8d6a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20Ko=C5=BEelj?= Date: Mon, 19 Dec 2022 10:30:24 +0100 Subject: [PATCH] Add base rules to gitignore --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitignore b/.gitignore index d5dca0c..0d4b170 100644 --- a/.gitignore +++ b/.gitignore @@ -412,3 +412,17 @@ FodyWeavers.xsd # Built Visual Studio Code Extensions *.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