Sha256: 75dbaf834af1bf610a96d7ef0a7f31a8ba31bf39e43962bfbfb6752e8adf1610
Contents?: true
Size: 410 Bytes
Versions: 11
Compression:
Stored size: 410 Bytes
Contents
["./tmp/pids", "./tmp/sessions", "./tmp/sockets", "./tmp/cache"].each do |f| run("rmdir ./#{f}") end run("find . \\( -type d -empty \\) -and \\( -not -regex ./\\.git.* \\) -exec touch {}/.gitignore \\;") git :init file '.gitignore', <<-CODE log/*.* db/*.db db/*.sqlite3 db/schema.rb tmp/*.* .DS_Store doc/api doc/app config/database.yml CODE git :add => "." git :commit => "-m 'Initial commit. Enjoy.'"
Version data entries
11 entries across 11 versions & 2 rubygems