From 2c154d93b0e30b9e5ae9af623fa980f68b181585 Mon Sep 17 00:00:00 2001 From: Christopher Hoskin Date: Thu, 3 Jan 2019 15:28:33 +0000 Subject: [PATCH] Add app.js.map to .gitignore --- services/spelling/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/spelling/.gitignore b/services/spelling/.gitignore index b0356cac1c..c688965c58 100644 --- a/services/spelling/.gitignore +++ b/services/spelling/.gitignore @@ -5,4 +5,5 @@ app.js test/UnitTests/js/* node_modules/* test/unit/js/ -cache/spell.cache \ No newline at end of file +cache/spell.cache +app.js.map