Sha256: 02d750d4bdae03cca8c0d7431c82ae5bb8c0bf6d1b7480e55927e5d5dbb25a89
Contents?: true
Size: 437 Bytes
Versions: 19
Compression:
Stored size: 437 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/\\*.log log/\\*.pid 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
19 entries across 19 versions & 1 rubygems