From 2ec77772d7bb48e7d972addec23911f47d554786 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Fri, 10 Aug 2018 13:43:26 -0500 Subject: [PATCH] npm should not ignore templates .gitignore files --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index e69de29b..6e77c3db 100644 --- a/.npmignore +++ b/.npmignore @@ -0,0 +1 @@ +!templates/**/.gitignore