From a82479fccd562d4bde509cb3fb8e65f51950f8f9 Mon Sep 17 00:00:00 2001 From: Edgard Lorraine Messias Date: Fri, 1 Dec 2017 14:17:51 -0200 Subject: [PATCH] Added to ignore .git and .hg in multiple folders --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12fceb6d..8822cb73 100644 --- a/package.json +++ b/package.json @@ -179,7 +179,7 @@ "type": "array", "minimum": 4, "description": "Folders to ignore using SVN", - "default": ["**/vendor", "**/node_modules"] + "default": ["**/.git", "**/.hg", "**/vendor", "**/node_modules"] } } }