From 1b7b3045b8daa7c1966896c6aa2305816241ad54 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Tue, 29 May 2018 19:56:43 +0100 Subject: [PATCH] Ignore webpack files from codebeat --- .codebeatignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.codebeatignore b/.codebeatignore index a4949ba..179b464 100644 --- a/.codebeatignore +++ b/.codebeatignore @@ -1 +1,2 @@ -public/** \ No newline at end of file +public/** +webpack.config.*.js \ No newline at end of file