From 8843f99ef3cd5950f846050c9bb6102e83aa6754 Mon Sep 17 00:00:00 2001 From: Christopher Hoskin Date: Thu, 10 Jan 2019 09:29:12 +0000 Subject: [PATCH] Add **/*.map to .gitignore --- services/contacts/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/services/contacts/.gitignore b/services/contacts/.gitignore index 99832d28c8..6a355b35a8 100644 --- a/services/contacts/.gitignore +++ b/services/contacts/.gitignore @@ -3,4 +3,5 @@ app/js/ test/unit/js test/acceptance/js app.js +**/*.map forever