From 46583198afd49ae2ec821feacb167d7426aa8a46 Mon Sep 17 00:00:00 2001 From: Watson Date: Sun, 20 Jan 2013 17:43:36 +0900 Subject: [PATCH] add app/pixate_code.rb into the default .gitignore file because it contains the Pixate license key --- lib/motion/project/app.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/motion/project/app.rb b/lib/motion/project/app.rb index 04d1f4f7..2c823251 100644 --- a/lib/motion/project/app.rb +++ b/lib/motion/project/app.rb @@ -97,6 +97,7 @@ module Motion; module Project io.puts ".repl_history" io.puts "build" io.puts "tags" + io.puts "app/pixate_code.rb" io.puts "resources/*.nib" io.puts "resources/*.momd" io.puts "resources/*.storyboardc"