Sha256: 85da6a9bc9eec867dfe079558c85e5f2bcd3592bc9c766af38e99bf72479d2c6
Contents?: true
Size: 408 Bytes
Versions: 13
Compression:
Stored size: 408 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
13 entries across 13 versions & 2 rubygems