remove-except-artifacts.sh 149 B

12345678910
  1. #!/bin/sh
  2. set -e
  3. rm -rf \
  4. ${appDir}/bin \
  5. ${appDir}/docker \
  6. ${appDir}/node_modules \
  7. ${appDir}/src/client \
  8. ${appDir}/babel.config.js \