We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b3239b commit ba2237cCopy full SHA for ba2237c
setup/TemplateConfigurator.rb
@@ -47,7 +47,7 @@ def run_pod_install
47
end
48
49
def clean_unuseful_files
50
- [".git", ".gitignore", ".travis.yml", ".mailmap", "LICENSE", "README.md", "bin", "configure", "lib", "markdown", "setup", "assets", "docs"].each do |asset|
+ [".git", ".gitignore", ".travis.yml", ".mailmap", "LICENSE", "README.md", "bin", "configure", "lib", "markdown", "setup", "assets", "docs", "contents"].each do |asset|
51
`rm -rf #{asset}`
52
53
0 commit comments