From 07d19e8895d6f4afd365a92ef7297fb0faebe9df Mon Sep 17 00:00:00 2001
From: Marcel Nellesen <nellesen@itc.rwth-aachen.de>
Date: Thu, 25 Mar 2021 07:17:35 +0000
Subject: [PATCH] New: Included new resource type

---
 .gitignore | 2 +-
 README.md  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 7c4ea99..cf2c521 100644
--- a/.gitignore
+++ b/.gitignore
@@ -270,4 +270,4 @@ dist/
 src/.tools/*
 
 # Dotnet Tool Manifest
-.config/*
+.config/*
\ No newline at end of file
diff --git a/README.md b/README.md
index 549e949..22ab8db 100644
--- a/README.md
+++ b/README.md
@@ -28,4 +28,4 @@ The project will be build and tested.
 
 *  [Commit convention](docs/ESLintConvention.md)
 *  [Everything possible with markup](docs/testdoc.md)
-*  [Adding NUnit tests](docs/nunit.md)
\ No newline at end of file
+*  [Adding NUnit tests](docs/nunit.md)  
\ No newline at end of file
-- 
GitLab