aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrendan Forster <brendan@github.com>2018-06-17 15:27:50 -0300
committerGitHub <noreply@github.com>2018-06-17 15:27:50 -0300
commit736dea625ea6e9b50ec3f981d9f802bae9e40720 (patch)
treed644093cd87508aa602b02ad6cfeabd577afd095
parent42223b35d8f1763cd9ed19d177ac6ec9d0072c1c (diff)
parent53e8b617acdf028617d0bc32eb38ebef84e39e16 (diff)
downloadgitignore-736dea625ea6e9b50ec3f981d9f802bae9e40720.tar.gz
gitignore-736dea625ea6e9b50ec3f981d9f802bae9e40720.zip
Merge pull request #2693 from jefrydco/patch-1
Add exception for nuxt.js project build output
-rw-r--r--Node.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/Node.gitignore b/Node.gitignore
index 4454ba1b..0f76a6db 100644
--- a/Node.gitignore
+++ b/Node.gitignore
@@ -60,6 +60,9 @@ typings/
# next.js build output
.next
+# nuxt.js build output
+.nuxt
+
# vuepress build output
.vuepress/dist