From 1b286eb08c39bffbb7a14b5311b50834ac0ff982 Mon Sep 17 00:00:00 2001
From: stuebinm <stuebinm@disroot.org>
Date: Sun, 14 Nov 2021 18:50:27 +0100
Subject: [PATCH] add example config

---
 config.json | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 config.json

diff --git a/config.json b/config.json
new file mode 100644
index 0000000..56d010e
--- /dev/null
+++ b/config.json
@@ -0,0 +1,6 @@
+{
+  "AssemblyTag":"assemblyname",
+  "ScriptInject":null,
+  "MaxWarnLevel":"Suggestion",
+  "DontCopyAssets":true
+}
-- 
GitLab