lib/boppers/generator/app.rb in boppers-0.0.1 vs lib/boppers/generator/app.rb in boppers-0.0.2

- old
+ new

@@ -13,9 +13,11 @@ def copy_files copy_file "gems.rb" copy_file "Procfile" copy_file "config/boppers.rb" + copy_file ".gitgnore" + copy_file ".env" end def run_commands inside destination_root do run "git init"