Skip to content

Commit a82479f

Browse files
Added to ignore .git and .hg in multiple folders
1 parent 9f2abf5 commit a82479f

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)