setup monorepo

This commit is contained in:
Robin Malfait
2020-09-16 18:19:33 +02:00
parent cf289e443a
commit 672afbe9f8
13 changed files with 11649 additions and 0 deletions
+44
View File
@@ -0,0 +1,44 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/packages/**/node_modules
# testing
/coverage
/packages/**/coverage
# logs
*.log
/packages/**/*.log
# next.js
/.next/
/packages/**/.next/
/out/
/packages/**/out/
# production
/build
/packages/**/dist
/dist
/packages/**/dist
# misc
.DS_Store
*.pem
.cache
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
# vercel
.vercel