From 40b2fa6711f647acb91149837e5c8af5ebf314f9 Mon Sep 17 00:00:00 2001
From: jonny <ga86lad@mytum.de>
Date: Wed, 29 Dec 2021 02:04:25 +0100
Subject: [PATCH] dont add test-output to git

---
 test/test-output/missing-file.json | 16 ----------------
 1 file changed, 16 deletions(-)
 delete mode 100644 test/test-output/missing-file.json

diff --git a/test/test-output/missing-file.json b/test/test-output/missing-file.json
deleted file mode 100644
index 8d34030..0000000
--- a/test/test-output/missing-file.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
-  "mapInfo": {},
-  "result": {
-    "exitGraph": "digraph G {\n\n}\n",
-    "mapLints": {},
-    "missingAssets": [],
-    "missingDeps": [
-      {
-        "depFatal": true,
-        "entrypoint": "main.json",
-        "neededBy": []
-      }
-    ]
-  },
-  "severity": "Info"
-}
-- 
GitLab