diff options
author | Imed Adel <geekemad@gmail.com> | 2019-09-16 13:21:44 +0100 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2019-09-16 09:21:44 -0300 |
commit | 0a7dc39616d218e6e081ecf04ab919cc54e0f380 (patch) | |
tree | 3f6ff28dafa992b1d2806b2aeab22dc19b8bc58e | |
parent | 85bf08b19a77c62d7b6286c2db8811f2ff373b0f (diff) | |
download | gitignore-0a7dc39616d218e6e081ecf04ab919cc54e0f380.tar.gz gitignore-0a7dc39616d218e6e081ecf04ab919cc54e0f380.zip |
Ignore GatsbyJS files (#3180)
-rw-r--r-- | Node.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Node.gitignore b/Node.gitignore index ed0d3c87..3863bda0 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -75,6 +75,10 @@ typings/ # nuxt.js build output .nuxt +# gatsby files +.cache/ +public + # vuepress build output .vuepress/dist |