diff --git a/bin/config.default.json b/bin/config.default.json index ced8783..1e699fb 100644 --- a/bin/config.default.json +++ b/bin/config.default.json @@ -6,6 +6,7 @@ [ "**/.DS_Store", "node_modules/**", - "vendors/**" + "vendors/**", + ".git" ] }