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