summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWither OrNot2025-04-03 19:03:57 +0000
committerWither OrNot2025-04-03 19:03:57 +0000
commit84a0c754a353cfcee721a2c78769cc4a87b35cc1 (patch)
tree1e788846c9f3bac45d2de8a0ae61b4da1a88b665
parent6c2df14898532996db6f23a220513e9d52eb6430 (diff)
downloadTSforge-84a0c754a353cfcee721a2c78769cc4a87b35cc1.zip
remove launchsettings.json
-rw-r--r--.gitignore2
-rw-r--r--TSforgeCLI/Properties/launchSettings.json8
2 files changed, 2 insertions, 8 deletions
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