From c67101a2098e37db5af11490e1270cc5b161f2e1 Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Sat, 10 Feb 2018 15:06:31 -0500 Subject: [PATCH] Updating .gitignore --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.gitignore b/.gitignore index c2658d7..82b528b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,22 @@ +# Logs +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Dependency directories node_modules/ + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional REPL history +.node_repl_history + +# Yarn Integrity file +.yarn-integrity + +# Build output +build/