# dependencies
node_modules

# logs
npm-debug.log
logs

# images
/static/upload

# Nuxt build 本地build需要讲.nuxt注释掉， dist改为/dist
.nuxt

# Nuxt generate
dist

# Backpack build
build
