From d92b595664283004255f57cd4235b78e3b2d5a80 Mon Sep 17 00:00:00 2001 From: Horus Lugo Date: Wed, 6 Mar 2019 23:28:25 +0100 Subject: [PATCH] test(test-app): Removes unnecessary .gitignore file from test-app folder --- e2e/test-app/.gitignore | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100755 e2e/test-app/.gitignore diff --git a/e2e/test-app/.gitignore b/e2e/test-app/.gitignore deleted file mode 100755 index 4d29575..0000000 --- a/e2e/test-app/.gitignore +++ /dev/null @@ -1,23 +0,0 @@ -# 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*