Skip to content

Commit

Permalink
Dont gitkeep things that are gitignored
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Dec 31, 2009
1 parent 16f1a2b commit ea41a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/generators/rails/app/app_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def create_tmp_files

inside "tmp" do
%w(sessions sockets cache pids).each do |dir|
empty_directory_with_gitkeep(dir)
empty_directory(dir)
end
end
end
Expand Down

0 comments on commit ea41a75

Please sign in to comment.