Browse Source

Merge pull request #2693 from jefrydco/patch-1

Add exception for nuxt.js project build output
Brendan Forster 6 năm trước cách đây
mục cha
commit
736dea625e
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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