diff --git a/.eslintignore b/.eslintignore
index a6467301..714d8401 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -9,6 +9,7 @@ sauce_connect.log*
 yarn-error.log
 node_modules
 /handlebars-release.tgz
+.nyc_output
 
 # Generated files
 lib/handlebars/compiler/parser.js
diff --git a/.gitignore b/.gitignore
index 8922abaf..59019b37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@ sauce_connect.log*
 /yarn.lock
 node_modules
 /handlebars-release.tgz
+.nyc_output
 
 # Generated files
 lib/handlebars/compiler/parser.js
diff --git a/.prettierignore b/.prettierignore
index b6bc4621..72462066 100644
--- a/.prettierignore
+++ b/.prettierignore
@@ -9,6 +9,7 @@ sauce_connect.log*
 yarn-error.log
 node_modules
 /handlebars-release.tgz
+.nyc_output
 
 # Generated files
 lib/handlebars/compiler/parser.js
