1
0
Fork 0

wip(new-design): Added different templates

This commit is contained in:
Joost De Cock 2022-06-23 15:17:18 +02:00
parent 437d444462
commit 14f43fb078
38 changed files with 977 additions and 87 deletions

View file

@ -189,5 +189,27 @@ export const config = {
to: 'shared/config/measurements.mjs'
}
],
}
},
gitignore: `
# See https://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
node_modules
# builds
dist
.next
# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
`,
}