Skip to content

Commit 1dfe816

Browse files
authored
Merge pull request #65 from edgardmessias/patch-1
Added to ignore .git and .hg in multiple folders
2 parents 9f2abf5 + a82479f commit 1dfe816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
"type": "array",
180180
"minimum": 4,
181181
"description": "Folders to ignore using SVN",
182-
"default": ["**/vendor", "**/node_modules"]
182+
"default": ["**/.git", "**/.hg", "**/vendor", "**/node_modules"]
183183
}
184184
}
185185
}

0 commit comments

Comments
 (0)