Skip to content

Commit

Permalink
Keep empty log and tmp directories in source control
Browse files Browse the repository at this point in the history
  • Loading branch information
kfaustino committed Jul 19, 2010
1 parent 6b9cd84 commit ba64ab3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions generators/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
remove_file "public/robots.txt"
remove_file "public/images/rails.png"

create_file 'log/.gitkeep'
create_file 'tmp/.gitkeep'

git :init

append_file '.gitignore', load_template('gitignore','git')
Expand Down

0 comments on commit ba64ab3

Please sign in to comment.