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