mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-03-29 17:18:57 +08:00
add some temporary files and project files into .gitignore (Thanks, @esummers)
This commit is contained in:
@@ -96,10 +96,17 @@ module Motion; module Project
|
||||
File.open('.gitignore', 'w') do |io|
|
||||
io.puts ".repl_history"
|
||||
io.puts "build"
|
||||
io.puts "tags"
|
||||
io.puts "resources/*.nib"
|
||||
io.puts "resources/*.momd"
|
||||
io.puts "resources/*.storyboardc"
|
||||
io.puts ".DS_Store"
|
||||
io.puts "nbproject"
|
||||
io.puts ".redcar"
|
||||
io.puts "#*#"
|
||||
io.puts "*~"
|
||||
io.puts "*.sw[po]"
|
||||
io.puts ".eprj"
|
||||
end
|
||||
App.log 'Create', File.join(app_name, 'Rakefile')
|
||||
File.open('Rakefile', 'w') do |io|
|
||||
|
||||
Reference in New Issue
Block a user