templates/default/lib/git.rb in rails-maker-0.1.7 vs templates/default/lib/git.rb in rails-maker-0.1.9

- old
+ new

@@ -1,39 +1,39 @@ say '## GIT >>' git :init - -run "rm .gitignore" +run "rm .gitignore" file '.gitignore', <<-END # Ignore bundler config /.bundle - + # Ignore the default SQLite database. /db/*.sqlite3 - + config/database.yml - + # Ignore all logfiles and tempfiles. /log/*.log /tmp - +/pids + /public/uploads /public/assets - + # Ignore Rubymine project files .idea/ - + # Ignore Ctags file .tags - + .rvmrc .zeus.sock .DS_Store public/system/**/**/**/* .sass-cache/**/* *.swp - + # Ignore sublime workspace files *.sublime-project *.sublime-workspace END \ No newline at end of file