From 421ba56e7149d2c46f246728f575f3dceb012167 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sveinung=20=C3=98verland?= <sveinungg.overlandd@gmail.com>
Date: Mon, 24 Sep 2018 19:05:20 +0200
Subject: [PATCH] Added gitignore

---
 .gitignore | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..90beba5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,23 @@
+# See https://help.github.com/ignore-files/ for more about ignoring files.
+
+# dependencies
+/node_modules
+
+# testing
+/coverage
+
+# production
+/build
+
+# misc
+.DS_Store
+.env.local
+.env.development.local
+.env.test.local
+.env.production.local
+.idea
+
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+.idea/workspace.xml
-- 
GitLab