add gitignore to lattice folder

This commit is contained in:
Stephanie Yang 2021-06-02 14:58:35 -05:00
parent c1915ff361
commit 3801d4b072

16
lattice/.gitignore vendored Normal file
View file

@ -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*