Skip to content

Commit

Permalink
working on git_init.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders Törnqvist committed Apr 17, 2009
1 parent f7fb421 commit b7a0e16
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions templates/git_init.rb
Expand Up @@ -5,12 +5,12 @@


file('.gitignore') do file('.gitignore') do
'.DS_Store '.DS_Store
config/database.yml config/database.yml
coverage/* coverage/*
db/*.sqlite3 db/*.sqlite3
db/schema.rb db/schema.rb
log/*.log log/*.log
tmp/**/*' tmp/**/*'
end end


# tell git to hold empty directories # tell git to hold empty directories
Expand Down

0 comments on commit b7a0e16

Please sign in to comment.