From f368e34070331c5c7900d98e10fddccf7c9fd0ff Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 16 Dec 2022 16:04:33 -0800 Subject: Add logo * GUI now shows logo * Add package.ps1 to generate distributable application bundle * Rename ~GUI to GUI * Add ScopeGuard class --- GUI/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 GUI/.gitignore (limited to 'GUI/.gitignore') diff --git a/GUI/.gitignore b/GUI/.gitignore new file mode 100644 index 0000000..f327245 --- /dev/null +++ b/GUI/.gitignore @@ -0,0 +1,2 @@ +# ignore generated package directory +TaSTT -- cgit v1.2.3