mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-21 10:54:35 +08:00
add .idea which is RubyMine project directory into the default .gitignore file
This commit is contained in:
@@ -108,6 +108,7 @@ module Motion; module Project
|
||||
io.puts "*.sw[po]"
|
||||
io.puts ".eprj"
|
||||
io.puts ".sass-cache"
|
||||
io.puts ".idea"
|
||||
end
|
||||
App.log 'Create', File.join(app_name, 'Rakefile')
|
||||
File.open('Rakefile', 'w') do |io|
|
||||
|
||||
Reference in New Issue
Block a user