Skip to content

Commit ba2237c

Browse files
remove unuseful folders after using playground command (#63)
1 parent 9b3239b commit ba2237c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/TemplateConfigurator.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def run_pod_install
4747
end
4848

4949
def clean_unuseful_files
50-
[".git", ".gitignore", ".travis.yml", ".mailmap", "LICENSE", "README.md", "bin", "configure", "lib", "markdown", "setup", "assets", "docs"].each do |asset|
50+
[".git", ".gitignore", ".travis.yml", ".mailmap", "LICENSE", "README.md", "bin", "configure", "lib", "markdown", "setup", "assets", "docs", "contents"].each do |asset|
5151
`rm -rf #{asset}`
5252
end
5353
end

0 commit comments

Comments
 (0)