Sha256: 03c7aa5a6fcb5440c3c5e5f61088c76a1c00ea0d2db6d40bd59fb5a19ec5239a
Contents?: true
Size: 405 Bytes
Versions: 7
Compression:
Stored size: 405 Bytes
Contents
#!/bin/sh # All git ignored files: git ls-files --others -i --exclude-standard git clean -df git checkout rails_32/config/routes.rb app_prototype/db/schema.rb find . -name ".DS_Store" -exec rm -f {} \; rm -rfv rails_32/.DS_Store rm -rfv rails_32/log/* rm -rfv rails_32/tmp/* rm -rfv rails_32/coverage rm -rfv rails_40/.DS_Store rm -rfv rails_40/log/* rm -rfv rails_40/tmp/* rm -rfv rails_40/coverage
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
raygun-0.0.34 | cleanup.sh |
raygun-0.0.34.pre2 | cleanup.sh |
raygun-0.0.33 | cleanup.sh |
raygun-0.0.32 | cleanup.sh |
raygun-0.0.31 | cleanup.sh |
raygun-0.0.30 | cleanup.sh |
raygun-0.0.29 | cleanup.sh |