From 83b24e682b829dd80a4b3ae63e0150f0d569b036 Mon Sep 17 00:00:00 2001 From: Nick Brown Date: Wed, 8 Apr 2020 02:28:09 -0700 Subject: [PATCH] Remove duplicate .gitignore entries --- explorer/.gitignore | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/explorer/.gitignore b/explorer/.gitignore index 950043898..4d29575de 100644 --- a/explorer/.gitignore +++ b/explorer/.gitignore @@ -21,26 +21,3 @@ npm-debug.log* yarn-debug.log* yarn-error.log* -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. - -# dependencies -/node_modules -/.pnp -.pnp.js - -# testing -/coverage - -# production -/build - -# misc -.DS_Store -.env.local -.env.development.local -.env.test.local -.env.production.local - -npm-debug.log* -yarn-debug.log* -yarn-error.log*