瀏覽代碼

Merge pull request #2693 from jefrydco/patch-1

Add exception for nuxt.js project build output
Brendan Forster 6 年之前
父節點
當前提交
736dea625e
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Node.gitignore

+ 3 - 0
Node.gitignore

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