first commit

This commit is contained in:
Bram Adams
2022-12-08 02:28:02 -06:00
commit a17d1c688e
73 changed files with 168738 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
module.exports = (params) => {
params.variables.fileType = {
folder: "Projects",
//folderExclude: "",
// There's no folder to exclude so I commented it out
filename:"Scratchpad"
};
}