Added basic nuxt stuff
Added index, translations (not currently working), and removed further unnecessary stuff
This commit is contained in:
parent
42d960090e
commit
f1c76c22a7
339 changed files with 5112 additions and 2723 deletions
45
.gitignore
vendored
45
.gitignore
vendored
|
|
@ -1,36 +1,11 @@
|
|||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||
node_modules
|
||||
*.log*
|
||||
.nuxt
|
||||
.nitro
|
||||
.cache
|
||||
.output
|
||||
.env
|
||||
/.yarn
|
||||
!/.yarn/install-state.gz
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
/.pnp
|
||||
.pnp.js
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
|
||||
# next.js
|
||||
/.next/
|
||||
/out/
|
||||
|
||||
# production
|
||||
/build
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
*.pem
|
||||
|
||||
# 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
|
||||
|
||||
/.env*
|
||||
.DS_Store
|
||||
Loading…
Add table
Add a link
Reference in a new issue