From 64fbe98702daa5b6fc7953c9cad669dfe12c2d9a Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Mon, 15 Oct 2018 13:06:31 +0200 Subject: [PATCH] Ignore build files --- .eslintignore | 3 ++- .gitignore | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.eslintignore b/.eslintignore index be07de15..3c982f36 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,6 +1,7 @@ public build -build-devel +build-dev +build-beta coverage node_modules src/flowtype/npm diff --git a/.gitignore b/.gitignore index 32c7ed74..23c5c834 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ build -build-devel +build-dev +build-beta # Dependency directory node_modules