Skip to content

Commit

Permalink
Merge pull request #943 from yutotnh/ignore-git-worktree-file
Browse files Browse the repository at this point in the history
feat: ignore .git generated by `git worktree add`
  • Loading branch information
rzhao271 authored Apr 15, 2024
2 parents fc228a1 + 4b3b140 commit 3283b84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1550,6 +1550,7 @@ const defaultIgnore = [
'.github',
'.travis.yml',
'appveyor.yml',
'**/.git',
'**/.git/**',
'**/*.vsix',
'**/.DS_Store',
Expand Down

0 comments on commit 3283b84

Please sign in to comment.