We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 827f84c commit fec5214Copy full SHA for fec5214
jekyll-theme-chirpy.gemspec
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
spec.license = "MIT"
12
13
spec.files = `git ls-files -z`.split("\x0").select { |f|
14
- f.match(%r!^((_(includes|layouts|sass|data|tabs|plugins)|assets)\/|_config|README|LICENSE|index)!i)
+ f.match(%r!^((_(includes|layouts|sass|data)|assets)\/|README|LICENSE)!i)
15
}
16
17
spec.metadata = {
0 commit comments