Skip to content

Commit 1530b64

Browse files
committed
fixes #509
1 parent 249376e commit 1530b64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/package.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,6 @@ const defaultIgnore = [
978978
'.editorconfig',
979979
'.npmrc',
980980
'.yarnrc',
981-
'.gitattributes',
982981
'*.todo',
983982
'tslint.yaml',
984983
'.eslintrc*',
@@ -991,7 +990,9 @@ const defaultIgnore = [
991990
'.github',
992991
'.travis.yml',
993992
'appveyor.yml',
993+
'**/.git',
994994
'**/.git/**',
995+
'**/{.gitignore,.gitattributes,.gitmodules}',
995996
'**/*.vsix',
996997
'**/.DS_Store',
997998
'**/*.vsixmanifest',

0 commit comments

Comments
 (0)