diff options
author | Brendan Forster <brendan@github.com> | 2018-06-17 15:27:50 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-17 15:27:50 -0300 |
commit | 736dea625ea6e9b50ec3f981d9f802bae9e40720 (patch) | |
tree | d644093cd87508aa602b02ad6cfeabd577afd095 | |
parent | 42223b35d8f1763cd9ed19d177ac6ec9d0072c1c (diff) | |
parent | 53e8b617acdf028617d0bc32eb38ebef84e39e16 (diff) | |
download | gitignore-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.gitignore | 3 |
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 |