mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-06-15 02:29:17 +08:00
Add .DS_Store to project created .gitignore
This commit is contained in:
@@ -99,6 +99,7 @@ module Motion; module Project
|
||||
io.puts "resources/*.nib"
|
||||
io.puts "resources/*.momd"
|
||||
io.puts "resources/*.storyboardc"
|
||||
io.puts ".DS_Store"
|
||||
end
|
||||
App.log 'Create', File.join(app_name, 'Rakefile')
|
||||
File.open('Rakefile', 'w') do |io|
|
||||
|
||||
Reference in New Issue
Block a user