Skip to content

Commit 05b3a27

Browse files
committed
Revert "fixes #509"
This reverts commit 1530b64.
1 parent 4f8d7e8 commit 05b3a27

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/package.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -995,6 +995,7 @@ const defaultIgnore = [
995995
'.editorconfig',
996996
'.npmrc',
997997
'.yarnrc',
998+
'.gitattributes',
998999
'*.todo',
9991000
'tslint.yaml',
10001001
'.eslintrc*',
@@ -1007,9 +1008,7 @@ const defaultIgnore = [
10071008
'.github',
10081009
'.travis.yml',
10091010
'appveyor.yml',
1010-
'**/.git',
10111011
'**/.git/**',
1012-
'**/{.gitignore,.gitattributes,.gitmodules}',
10131012
'**/*.vsix',
10141013
'**/.DS_Store',
10151014
'**/*.vsixmanifest',

0 commit comments

Comments
 (0)