add .idea which is RubyMine project directory into the default .gitignore file

This commit is contained in:
Watson
2012-12-25 10:43:49 +09:00
parent 53318428b0
commit 24fa3e1eb8

View File

@@ -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|