#!/bin/bash
# @author Jason Seminara for General Assembly, 2016
# @desc Deployment should be as slim as possible, and with any identifying remarks or traces removed (i.e., we don't need to tell anyone how we built our app when it's deployed ;).

rm -rf db src scripts starter_resources lessons webpack.config.js .babelrc .gitignore README.md
