Skip to content

Commit

Permalink
remove unuseful folders after using playground command (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangel-dev authored Jun 17, 2019
1 parent 9b3239b commit ba2237c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/TemplateConfigurator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def run_pod_install
end

def clean_unuseful_files
[".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|
`rm -rf #{asset}`
end
end
Expand Down

0 comments on commit ba2237c

Please sign in to comment.