Since the build process is ``` "scripts": { "build": "del ./lib && babel . -d lib --ignore node_modules" }, ``` shouldn't the lib directory ignored under .gitignore?