diff --git a/scripts/sync b/scripts/sync index 67321e2567..c6645f92eb 100755 --- a/scripts/sync +++ b/scripts/sync @@ -38,7 +38,7 @@ function copyConfigForAssignment(assignment) { .ShellString(JSON.stringify(mergedPackageJson, undefined, 2) + '\n') .to(assignmentPackageFilename); - ['.eslintrc', '.npmrc', 'babel.config.js', 'LICENSE', '.gitignore'].forEach( + ['.eslintrc', '.npmrc', 'babel.config.js'].forEach( (file) => { shell.cp(file, destination); }