Skip to content

Commit 8a07f46

Browse files
committed
Added ".DS_Store" to .gitignore
1 parent 0062c66 commit 8a07f46

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -895,3 +895,5 @@ FodyWeavers.xsd
895895
# JetBrains Rider
896896
*.sln.iml
897897

898+
# MacOS .DS_Store
899+
.DS_Store

C-Sharp-Data-Structures-and-Algorithms.sln

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Exercises", "Exercises", "{
3939
Docs\Exercises\Exercises.md = Docs\Exercises\Exercises.md
4040
EndProjectSection
4141
EndProject
42+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6A22804B-3A61-4F9E-9C67-E4AB8B023504}"
43+
ProjectSection(SolutionItems) = preProject
44+
.gitignore = .gitignore
45+
EndProjectSection
46+
EndProject
4247
Global
4348
GlobalSection(SolutionConfigurationPlatforms) = preSolution
4449
Debug|Any CPU = Debug|Any CPU

0 commit comments

Comments
 (0)