From 0a7dc39616d218e6e081ecf04ab919cc54e0f380 Mon Sep 17 00:00:00 2001 From: Imed Adel Date: Mon, 16 Sep 2019 13:21:44 +0100 Subject: [PATCH] Ignore GatsbyJS files (#3180) --- Node.gitignore | 4 ++++ 1 file changed, 4 insertions(+) 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