diff options
author | Jefry Dewangga <jefrydco@gmail.com> | 2018-05-06 17:31:38 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-06 17:31:38 +0700 |
commit | d6ec68fd8d28d401dbb11c728b89703e7afd9f39 (patch) | |
tree | db8a0050b60c52589305c918d5f3d2d89b1f2cbf /Node.gitignore | |
parent | 18e28746b0862059dbee8694fd366a679cb812fb (diff) | |
download | gitignore-d6ec68fd8d28d401dbb11c728b89703e7afd9f39.tar.gz gitignore-d6ec68fd8d28d401dbb11c728b89703e7afd9f39.zip |
Add exception for nuxt.js output
Diffstat (limited to 'Node.gitignore')
-rw-r--r-- | Node.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Node.gitignore b/Node.gitignore index ad46b308..f15ee23c 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -59,3 +59,6 @@ typings/ # next.js build output .next + +# nuxt.js build output +.nuxt |