From 45bc3cc47ab620c71168e3b2d535d92916842534 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 7 Dec 2019 16:25:17 -0600 Subject: [PATCH] update CRA gitignore --- web/.gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/.gitignore b/web/.gitignore index 9f6f0d08b..821ef96d4 100644 --- a/web/.gitignore +++ b/web/.gitignore @@ -1,3 +1,7 @@ +# https://raw.githubusercontent.com/facebook/create-react-app/master/packages/cra-template/template/gitignore + +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + # dependencies /node_modules /.pnp @@ -18,4 +22,4 @@ npm-debug.log* yarn-debug.log* -yarn-error.log* \ No newline at end of file +yarn-error.log*