Added gittignore and deleted unused folders

This commit is contained in:
2026-01-21 16:16:09 -06:00
parent e0c24250fb
commit 5459eac680
26 changed files with 47 additions and 557 deletions

View File

@@ -2,5 +2,5 @@ namespace SzLib;
public interface ISzFileManager
{
public Path DataPath {get; set;}
public string DataPath {get; set;}
}