mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[sync_default_gems.rb] Ignore files under .github directory
[ci skip]
This commit is contained in:
parent
3df764721a
commit
668c97b72c
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ def sync_default_gems(gem)
|
|||
end
|
||||
end
|
||||
|
||||
IGNORE_FILE_PATTERN = /(\.travis.yml|appveyor\.yml|azure\-pipelines\.yml|\.gitignore|Gemfile|README\.md|History\.txt|Rakefile|CODE_OF_CONDUCT\.md)/
|
||||
IGNORE_FILE_PATTERN = /\A(?:\.travis.yml|appveyor\.yml|azure\-pipelines\.yml|\.git(?:ignore|hub)|Gemfile|README\.md|History\.txt|Rakefile|CODE_OF_CONDUCT\.md)/
|
||||
|
||||
def sync_default_gems_with_commits(gem, range)
|
||||
puts "Sync #{$repositories[gem.to_sym]} with commit history."
|
||||
|
|
Loading…
Add table
Reference in a new issue