From e290d7b70f9cc98fc231893cb522f422f7cc530a Mon Sep 17 00:00:00 2001 From: Armin <armin.co@gmx.de> Date: Mon, 8 Jun 2020 14:44:44 +0200 Subject: [PATCH] Added .gitignore Ignoring mumble-web repository and app. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..86ffe62 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +dist/ +mumble-web/ \ No newline at end of file -- GitLab