From 8c98759e0c711a1e6decd2c05c1529f7cea4d814 Mon Sep 17 00:00:00 2001 From: moklick Date: Thu, 14 May 2020 11:06:10 +0200 Subject: [PATCH] chore(ignore): env --- .gitignore | 3 ++- .npmignore | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6cd722b1..72cf9624 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ node_modules examples/build cypress/videos cypress/screenshots -dist \ No newline at end of file +dist +.env \ No newline at end of file diff --git a/.npmignore b/.npmignore index 953bf08e..63bd69c5 100644 --- a/.npmignore +++ b/.npmignore @@ -4,4 +4,5 @@ .dependabot node_modules examples -cypress \ No newline at end of file +cypress +.env \ No newline at end of file