mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
add gitignore to lattice folder
This commit is contained in:
parent
c1915ff361
commit
3801d4b072
1 changed files with 16 additions and 0 deletions
16
lattice/.gitignore
vendored
Normal file
16
lattice/.gitignore
vendored
Normal 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*
|
||||
Loading…
Add table
Reference in a new issue