diff --git a/.gitignor b/.gitignor index b66ae99..5007bf0 100644 --- a/.gitignor +++ b/.gitignor @@ -1 +1,3 @@ -/.vs \ No newline at end of file +/.vs +/ConsoleGit/bin +/ConsoleGit/obj diff --git a/.vs/ConsoleGit/FileContentIndex/3b7ac2ef-a1af-443f-a643-f19fa782bddb.vsidx b/.vs/ConsoleGit/FileContentIndex/3b7ac2ef-a1af-443f-a643-f19fa782bddb.vsidx deleted file mode 100644 index 6471152..0000000 Binary files a/.vs/ConsoleGit/FileContentIndex/3b7ac2ef-a1af-443f-a643-f19fa782bddb.vsidx and /dev/null differ diff --git a/.vs/ConsoleGit/FileContentIndex/6572d657-4735-4ff0-9a02-9fa44f4a2a53.vsidx b/.vs/ConsoleGit/FileContentIndex/6572d657-4735-4ff0-9a02-9fa44f4a2a53.vsidx new file mode 100644 index 0000000..e5a84bd Binary files /dev/null and b/.vs/ConsoleGit/FileContentIndex/6572d657-4735-4ff0-9a02-9fa44f4a2a53.vsidx differ diff --git a/.vs/ConsoleGit/v17/.suo b/.vs/ConsoleGit/v17/.suo index 0eab593..962afaf 100644 Binary files a/.vs/ConsoleGit/v17/.suo and b/.vs/ConsoleGit/v17/.suo differ diff --git a/.vs/ConsoleGit/v17/DocumentLayout.backup.json b/.vs/ConsoleGit/v17/DocumentLayout.backup.json index 40a778a..3b77fba 100644 --- a/.vs/ConsoleGit/v17/DocumentLayout.backup.json +++ b/.vs/ConsoleGit/v17/DocumentLayout.backup.json @@ -76,7 +76,7 @@ "RelativeDocumentMoniker": "ConsoleGit\\Program.cs", "ToolTip": "D:\\\u0418\u043F207\u041A\\ConsoleGit\\ConsoleGit\\Program.cs", "RelativeToolTip": "ConsoleGit\\Program.cs", - "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", + "ViewState": "AgIAAAAAAAAAAAAAAAAAAAwAAAAYAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", "WhenOpened": "2025-02-24T07:38:19.739Z", "EditorCaption": "" diff --git a/.vs/ConsoleGit/v17/DocumentLayout.json b/.vs/ConsoleGit/v17/DocumentLayout.json index 40a778a..6f3fa4e 100644 --- a/.vs/ConsoleGit/v17/DocumentLayout.json +++ b/.vs/ConsoleGit/v17/DocumentLayout.json @@ -76,7 +76,7 @@ "RelativeDocumentMoniker": "ConsoleGit\\Program.cs", "ToolTip": "D:\\\u0418\u043F207\u041A\\ConsoleGit\\ConsoleGit\\Program.cs", "RelativeToolTip": "ConsoleGit\\Program.cs", - "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", + "ViewState": "AgIAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", "WhenOpened": "2025-02-24T07:38:19.739Z", "EditorCaption": "" diff --git a/ConsoleGit/Program.cs b/ConsoleGit/Program.cs index d0d8c03..5a7f7c0 100644 --- a/ConsoleGit/Program.cs +++ b/ConsoleGit/Program.cs @@ -10,6 +10,7 @@ namespace ConsoleGit { static void Main(string[] args) { + Console.WriteLine("Hi"); } } }