diff --git a/.squot-materialize b/.squot-materialize index 7cb71410..3253a744 100644 --- a/.squot-materialize +++ b/.squot-materialize @@ -1,23 +1,91 @@ [ + SquotPlaintextMapper { + #path : FSAbsolutePath [ + '.github', + 'pull_request_template.md' + ], + #encoding : 'TXT' + }, + SquotPlaintextMapper { + #path : FSAbsolutePath [ + '.github', + 'workflows', + 'ci-linter.yml' + ], + #encoding : 'TXT' + }, SquotCypressMapper { #package : MCPackage { - #name : 'BaselineOfTelegramClient' + #name : 'TelegramClient-Core' }, #path : FSAbsolutePath [ 'packages' ] }, + SquotPlaintextMapper { + #path : FSAbsolutePath [ + '.smalltalk.release.ston' + ], + #encoding : 'TXT' + }, + SquotPlaintextMapper { + #path : FSAbsolutePath [ + '.squot' + ], + #encoding : 'TXT' + }, SquotCypressMapper { #package : MCPackage { - #name : 'TelegramClientTests-Core' + #name : 'BaselineOfTelegramClient' }, #path : FSAbsolutePath [ 'packages' ] }, + SquotPlaintextMapper { + #path : FSAbsolutePath [ + '.smalltalk.ston' + ], + #encoding : 'TXT' + }, + SquotPlaintextMapper { + #path : FSAbsolutePath [ + '.github', + 'ISSUE_TEMPLATE', + 'feature_request.md' + ], + #encoding : 'TXT' + }, + SquotPlaintextMapper { + #path : FSAbsolutePath [ + '.github', + 'discord_actions.yml' + ], + #encoding : 'TXT' + }, + SquotPlaintextMapper { + #path : FSAbsolutePath [ + '.gitignore' + ], + #encoding : 'TXT' + }, + SquotPlaintextMapper { + #path : FSAbsolutePath [ + '.github', + 'workflows', + 'main.yml' + ], + #encoding : 'TXT' + }, + SquotPlaintextMapper { + #path : FSAbsolutePath [ + 'LICENSE' + ], + #encoding : 'TXT' + }, SquotCypressMapper { #package : MCPackage { - #name : 'TelegramClient-Core' + #name : 'TelegramClientTests-UI' }, #path : FSAbsolutePath [ 'packages' @@ -25,26 +93,81 @@ }, SquotCypressMapper { #package : MCPackage { - #name : 'TelegramClientTests-Misc' + #name : 'TelegramClient-UI' }, #path : FSAbsolutePath [ 'packages' ] }, + SquotImageMapper { + #path : FSAbsolutePath [ + 'assets', + 'logo.png' + ], + #encoding : Class [ #PNGReadWriter ] + }, + SquotPlaintextMapper { + #path : FSAbsolutePath [ + 'CONTRIBUTING.md' + ], + #encoding : 'TXT' + }, SquotCypressMapper { #package : MCPackage { - #name : 'TelegramClient-UI' + #name : 'TelegramClientTests-Misc' }, #path : FSAbsolutePath [ 'packages' ] }, + SquotPlaintextMapper { + #path : FSAbsolutePath [ + '.github', + 'workflows', + 'release.yml' + ], + #encoding : 'TXT' + }, + SquotPlaintextMapper { + #path : FSAbsolutePath [ + '.github', + 'stale.yml' + ], + #encoding : 'TXT' + }, SquotCypressMapper { #package : MCPackage { - #name : 'TelegramClientTests-UI' + #name : 'TelegramClientTests-Core' }, #path : FSAbsolutePath [ 'packages' ] + }, + SquotPlaintextMapper { + #path : FSAbsolutePath [ + 'README.md' + ], + #encoding : 'TXT' + }, + SquotPlaintextMapper { + #path : FSAbsolutePath [ + '.smalltalk.lint.ston' + ], + #encoding : 'TXT' + }, + SquotPlaintextMapper { + #path : FSAbsolutePath [ + '.github', + 'ISSUE_TEMPLATE', + 'bug_report.md' + ], + #encoding : 'TXT' + }, + SquotPlaintextMapper { + #path : FSAbsolutePath [ + 'scripts', + 'preLoading.st' + ], + #encoding : 'TXT' } ] \ No newline at end of file