From 0de8c32e10067da3dc569089a051a3facdcc3446 Mon Sep 17 00:00:00 2001 From: Matt Clarkson Date: Tue, 17 Jul 2018 16:43:57 +0100 Subject: [PATCH] Do not publish .gitmodules Can cause issues with `git ls-files -m -o` See https://github.com/semantic-release/git/issues/62 --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index 81fb8ab..8cb3b7e 100644 --- a/.npmignore +++ b/.npmignore @@ -5,6 +5,7 @@ tests/ node_modules npm-debug.log .DS_Store +.gitmodules lib/ast.js/.git lib/ast.js/Demos lib/slick/.git