From 3801d4b0725021a536ff08c0fc7b18998f5d7b23 Mon Sep 17 00:00:00 2001 From: Stephanie Yang Date: Wed, 2 Jun 2021 14:58:35 -0500 Subject: [PATCH] add gitignore to lattice folder --- lattice/.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lattice/.gitignore diff --git a/lattice/.gitignore b/lattice/.gitignore new file mode 100644 index 000000000..a17dd714d --- /dev/null +++ b/lattice/.gitignore @@ -0,0 +1,16 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# testing +/coverage + +# production +/build + +npm-debug.log* +yarn-debug.log* +yarn-error.log*