Compare commits

..

No commits in common. "main" and "branch2" have entirely different histories.

6 changed files with 4 additions and 11 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
/.vs /vs
/bin /bin
/obj /obj

Binary file not shown.

View File

@ -14,7 +14,7 @@
"DocumentGroups": [ "DocumentGroups": [
{ {
"DockedWidth": 200, "DockedWidth": 200,
"SelectedChildIndex": 18, "SelectedChildIndex": 17,
"Children": [ "Children": [
{ {
"$type": "Bookmark", "$type": "Bookmark",
@ -85,10 +85,6 @@
"Name": "ST:0:0:{d78612c7-9962-4b83-95d9-268046dad23a}" "Name": "ST:0:0:{d78612c7-9962-4b83-95d9-268046dad23a}"
}, },
{ {
"$type": "Bookmark",
"Name": "ST:0:0:{1c4feeaa-4718-4aa9-859d-94ce25d182ba}"
},
{
"$type": "Document", "$type": "Document",
"DocumentIndex": 0, "DocumentIndex": 0,
"Title": "Program.cs", "Title": "Program.cs",
@ -96,7 +92,7 @@
"RelativeDocumentMoniker": "Program.cs", "RelativeDocumentMoniker": "Program.cs",
"ToolTip": "D:\\IP307\\Git_Practic\\Git_Praktic\\Program.cs", "ToolTip": "D:\\IP307\\Git_Practic\\Git_Praktic\\Program.cs",
"RelativeToolTip": "Program.cs", "RelativeToolTip": "Program.cs",
"ViewState": "AQIAAAAAAAAAAAAAAAAqwA0AAAAAAAAA", "ViewState": "AQIAAAAAAAAAAAAAAAAAAA8AAAAAAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2025-02-24T07:38:53.948Z", "WhenOpened": "2025-02-24T07:38:53.948Z",
"EditorCaption": "" "EditorCaption": ""

View File

@ -10,7 +10,6 @@ namespace Git_Praktic
{ {
static void Main(string[] args) static void Main(string[] args)
{ {
Console.WriteLine("Hello world!");
} }
} }
} }

View File

@ -1,3 +1 @@
/.vs /vs
/bin
/obj