From 04211924496a784ab1f990884abaa4a6a837f6fb Mon Sep 17 00:00:00 2001 From: Christopher Hoskin Date: Fri, 4 Jan 2019 16:22:13 +0000 Subject: [PATCH] Ignore any file ending in .map, wherever it is --- services/filestore/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/filestore/.gitignore b/services/filestore/.gitignore index fcc07f9527..5d1086933c 100644 --- a/services/filestore/.gitignore +++ b/services/filestore/.gitignore @@ -40,7 +40,7 @@ test/IntergrationTests/js/* data/*/* app.js -app.js.map +**/*.map cluster.js app/js/* test/IntergrationTests/js/*