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