diff --git a/.gitignore b/.gitignore index eaa9902..3aeb500 100644 --- a/.gitignore +++ b/.gitignore @@ -361,3 +361,5 @@ MigrationBackup/ # Fody - auto-generated XML schema FodyWeavers.xsd + +launchSettings.json diff --git a/TSforgeCLI/Properties/launchSettings.json b/TSforgeCLI/Properties/launchSettings.json deleted file mode 100644 index 112530f..0000000 --- a/TSforgeCLI/Properties/launchSettings.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "profiles": { - "TSforgeCLI": { - "commandName": "Project", - "commandLineArgs": "/dump vista.dat blah.dat /ver vista" - } - } -} \ No newline at end of file