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.
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