mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-01 09:22:39 +00:00
11 lines
186 B
Text
11 lines
186 B
Text
|
# js vendor file with import/require
|
||
|
assets/vendor/**
|
||
|
# static vendor file . use with nuxt.config.js script
|
||
|
static/**
|
||
|
# dependencies
|
||
|
node_modules
|
||
|
# Nuxt build
|
||
|
.nuxt
|
||
|
# Nuxt generate
|
||
|
dist
|