Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.eslintignore « Website - github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6dfcb5b2a2132f6be5e98f1d1cdb13edcd56ea58 (plain)
1
2
3
4
5
6
7
8
9
10
# 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