From a7800d07a38a5e37758eda2b55be48b0551aecf2 Mon Sep 17 00:00:00 2001
From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Mon, 4 May 2020 10:41:27 +0200
Subject: [PATCH] ignore sourcemaps

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 24e26eec..7d986c35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ log/*.log
 tmp/**
 node_modules/
 .sass-cache
+dist/*.map
\ No newline at end of file
-- 
GitLab