trabajo-afectivo/script/build/cleanup.sh

29 lines
432 B
Bash
Raw Permalink Normal View History

2016-09-07 06:49:52 +00:00
#!/bin/bash
set -eux
2016-09-07 06:49:52 +00:00
rm app/assets/javascripts/app/controllers/layout_ref.coffee
rm -rf app/assets/javascripts/app/views/layout_ref/
rm app/assets/javascripts/app/controllers/karma.coffee
# tests
rm -rf test
rm -rf spec
rm .rspec
# CI
rm -rf .github
rm .gitlab-ci.yml
# linting
rm -rf .rubocop
rm .stylelintrc.json
rm .eslintignore
rm .eslintrc
rm .rubocop.yml
rm coffeelint.json
rm .overcommit.yml
# misc
rm .codeclimate.yml