From 332b7962581a40e4c67505d68bbeb00117806e86 Mon Sep 17 00:00:00 2001 From: Ray Berezowski <6616212+rberezowski@users.noreply.github.com> Date: Tue, 2 Jun 2026 17:57:06 -0400 Subject: [PATCH] Remove local cleanup notes from public docs --- .gitignore | 1 + docs/FOLDER-CLEANUP.md | 37 ------------------------------------- 2 files changed, 1 insertion(+), 37 deletions(-) delete mode 100644 docs/FOLDER-CLEANUP.md diff --git a/.gitignore b/.gitignore index 44f48b7..675dba7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ bin/ obj/ builds/ +_*/ *.user *.suo *.pdb diff --git a/docs/FOLDER-CLEANUP.md b/docs/FOLDER-CLEANUP.md deleted file mode 100644 index 6040822..0000000 --- a/docs/FOLDER-CLEANUP.md +++ /dev/null @@ -1,37 +0,0 @@ -# Folder Cleanup Notes - -The source of truth is: - -```text -demo_projects/TaskbarLauncher -``` - -The following sibling folders were created during early prototype/testing and are no longer the preferred release output: - -```text -TaskbarLauncher-build -TaskbarLauncher-build-handout -TaskbarLauncher-build-preview -TaskbarLauncher-build-release-small -TaskbarLauncher-build-small -TaskbarLauncher-editor-publish -TaskbarLauncher-preview-publish -TaskbarLauncher-releases -TaskbarLauncher-small-handout -TaskbarLauncher-small-publish -TaskbarLauncher-small-handout.zip -``` - -Do not delete them until you confirm there is nothing in their `config.json` files or backups that you want to keep. - -Going forward, release output should be generated by: - -```powershell -.\Tools\New-TaskbarLauncherRelease.ps1 -``` - -The new release output location is: - -```text -TaskbarLauncher/builds/releases -```