damian-romero / damians_code

Mostly single scripts I've written for different purposes.
MIT License
0 stars 1 forks source link

Enhancement: remove unwanted files from reviewer folders in CP Packager Tool #15

Open damian-romero opened 3 years ago

damian-romero commented 3 years ago

Summary Files such as DS_Store are being created/stored/copied in the reviewer packages (output directories). These files can be confusing both to the editorial team and the reviewers. Remove these files as part of the creation process.

Objectives

Catch unwanted files in reviewer packages. Minimally, .DS_Store files created by MacOS

Proposal Use damains-code/.gitignore to list all unwanted files, then check that the folders in fact do not contain these and if they do, remove them. If the program cannot find .gitignore, then it must fall back on a specific configuration.

Testing notes For now, test manually through forced runs.

Additional notes

Implemented in: feature/15-remove_unwanted_cppackager