lib/motion/project/setup.rb in motion-sparkle-0.0.2 vs lib/motion/project/setup.rb in motion-sparkle-0.0.3
- old
+ new
@@ -48,9 +48,10 @@
true
end
def setup
create_sparkle_folder
+ add_to_gitignore
copy_templates
if config_ok?
App.info "Sparkle", "Config found"
else
return false
\ No newline at end of file