diff options
author | Kyle Kelley <rgbkrk@gmail.com> | 2018-01-01 14:26:54 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-01 14:26:54 -0800 |
commit | 7272fe439b6b3d8f525aa5a2c5e6262899c02b78 (patch) | |
tree | 14e697eb81ff57f10c19ff07ba92b7d5d9a66a88 | |
parent | db581820be4b778a4b17e713f6f8341f5ecdaf6b (diff) | |
download | gitignore-7272fe439b6b3d8f525aa5a2c5e6262899c02b78.tar.gz gitignore-7272fe439b6b3d8f525aa5a2c5e6262899c02b78.zip |
Update Node.gitignore
-rw-r--r-- | Node.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Node.gitignore b/Node.gitignore index 97e28736..d1bed128 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -57,3 +57,5 @@ typings/ # dotenv environment variables file .env +# next.js build output +.next |