From 82afad7afc1fe347e55c368c06a290794b979812 Mon Sep 17 00:00:00 2001 From: Christopher Hoskin Date: Fri, 11 Jan 2019 12:11:36 +0000 Subject: [PATCH] Add **/*.map to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7fb78ee..048a75b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ test/acceptance/js test/acceptance/fixtures/tmp compiles app.js +**/*.map .DS_Store *~ cache