From 0087b6c7ca19880a391f435ff443dede84a02f32 Mon Sep 17 00:00:00 2001 From: David Narbutovich Date: Mon, 24 Sep 2018 00:29:10 +0300 Subject: [PATCH] Add config files to .npmignore. --- .npmignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index e0f6c04..1ee717a 100644 --- a/.npmignore +++ b/.npmignore @@ -32,4 +32,6 @@ __snapshots__ .gitignore .npmignore prettier.config.js -yarn.lock \ No newline at end of file +yarn.lock +babel.config.js +jest.config.js \ No newline at end of file