Merge pull request #2693 from jefrydco/patch-1

Add exception for nuxt.js project build output
This commit is contained in:
Brendan Forster
2018-06-17 15:27:50 -03:00
committed by GitHub

View File

@ -60,6 +60,9 @@ typings/
# next.js build output # next.js build output
.next .next
# nuxt.js build output
.nuxt
# vuepress build output # vuepress build output
.vuepress/dist .vuepress/dist