From 0f8b731957aff878e96dc9a680bc051614922dd6 Mon Sep 17 00:00:00 2001 From: Oleg Koval Date: Thu, 26 Sep 2019 16:53:31 +0200 Subject: [PATCH] fix: cleanup gitignore --- .gitignore | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index 8f596e4..0472013 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ -/node_modules/ -/.nyc_output/ /.envrc /dist/ .DS_Store @@ -12,36 +10,16 @@ npm-debug.log* yarn-debug.log* yarn-error.log* -# Firebase -.runtimeconfig.json - # Cache files .cache *.cache -# Runtime environment supports npm an Yarn lockfiles. A decision was made to use -# npm, therefore all other lock files are ignored. -pnpm-lock.yaml -yarn.lock - -# Runtime data -pids -*.pid -*.seed -*.pid.lock - # Dependency directories node_modules -# Optional REPL history -.node_repl_history - # Output of 'npm pack' *.tgz -# Yarn Integrity file -.yarn-integrity - # dotenv environment variables file .env @@ -53,3 +31,4 @@ lib # Coverage output coverage +/.nyc_output/