This creates a paint directory and several files: .gitignore: This file tells Git which files to ignore. Because RubyMotion generates build files when it’s running, this file is useful for keeping your generated build files out of source control. Gemfile: This file contains your application’s dependencies. Rakefile: RubyMotion uses Rake to build and run your application. The Rakefile configures yo