Added basic stuff for Nuxt
Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
parent
20f681aa3c
commit
db9fa44439
30 changed files with 4163 additions and 3028 deletions
26
.gitignore
vendored
26
.gitignore
vendored
|
|
@ -1,20 +1,8 @@
|
|||
# build output
|
||||
dist/
|
||||
.output/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
||||
# logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
|
||||
# environment variables
|
||||
node_modules
|
||||
*.log*
|
||||
.nuxt
|
||||
.nitro
|
||||
.cache
|
||||
.output
|
||||
.env
|
||||
.env.production
|
||||
|
||||
# macOS-specific files
|
||||
.DS_Store
|
||||
dist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue