792924ee by RSA

fixes

1 parent 4f4ab7d7
# # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# # dependencies
# /node_modules
# /.pnp
# .pnp.js
# dependencies
/node_modules
/.pnp
.pnp.js
# # testing
# /coverage
# testing
/coverage
# # production
# /build
# production
/build
# # misc
# .DS_Store
# .env.local
# .env.development.local
# .env.test.local
# .env.production.local
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
# npm-debug.log*
# yarn-debug.log*
# yarn-error.log*
npm-debug.log*
yarn-debug.log*
yarn-error.log*
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!