wip(new-design): Added different templates
This commit is contained in:
parent
437d444462
commit
14f43fb078
38 changed files with 977 additions and 87 deletions
|
@ -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*
|
||||
`,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue