Sha256: 258d9313c0de3285a75f59b9d8de5823a5f9b38b2e8e35c5b137bc76aecc1c27

Contents?: true

Size: 330 Bytes

Versions: 11

Compression:

Stored size: 330 Bytes

Contents

#!/bin/sh

# All git ignored files: git ls-files --others -i --exclude-standard

git clean -df
git checkout app_prototype/config/routes.rb app_prototype/db/schema.rb

find . -name ".DS_Store" -exec rm -f {} \;

rm -rfv app_prototype/.DS_Store
rm -rfv app_prototype/log/*
rm -rfv app_prototype/tmp/*
rm -rfv app_prototype/coverage

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
raygun-0.0.27 cleanup.sh
raygun-0.0.26 cleanup.sh
raygun-0.0.25 cleanup.sh
raygun-0.0.24 cleanup.sh
raygun-0.0.23 cleanup.sh
raygun-0.0.22 cleanup.sh
raygun-0.0.21 cleanup.sh
raygun-0.0.18 cleanup.sh
raygun-0.0.17 cleanup.sh
raygun-0.0.16 cleanup.sh
raygun-0.0.15 cleanup.sh