-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
78 lines (73 loc) · 4.09 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Local History for Visual Studio Code
.history/
# Built Visual Studio Code Extensions
*.vsix
ClassLibraryLeetCode/bin/Debug/net7.0/ClassLibraryLeetCode.dll
ShowCase/bin/Debug/net7.0/ClassLibraryLeetCode.dll
ShowCase/bin/Debug/net7.0/ClassLibraryLeetCode.pdb
ShowCase/bin/Debug/net7.0/ShowCase.dll
ShowCase/bin/Debug/net7.0/ShowCase.pdb
ShowCase/obj/Debug/net7.0/ShowCase.csproj.AssemblyReference.cache
ShowCase/obj/Debug/net7.0/ShowCase.dll
ShowCase/obj/Debug/net7.0/ShowCase.pdb
ShowCase/obj/Debug/net7.0/ref/ShowCase.dll
ShowCase/obj/Debug/net7.0/refint/ShowCase.dll
ClassLibraryLeetCode/bin/Debug/net7.0/ClassLibraryLeetCode.dll
ClassLibraryLeetCode/bin/Debug/net7.0/ClassLibraryLeetCode.pdb
ClassLibraryLeetCode/obj/Debug/net7.0/ClassLibraryLeetCode.csproj.CoreCompileInputs.cache
ClassLibraryLeetCode/obj/Debug/net7.0/ClassLibraryLeetCode.dll
ClassLibraryLeetCode/obj/Debug/net7.0/ClassLibraryLeetCode.pdb
ClassLibraryLeetCode/obj/Debug/net7.0/ref/ClassLibraryLeetCode.dll
ClassLibraryLeetCode/obj/Debug/net7.0/refint/ClassLibraryLeetCode.dll
ClassLibraryLeetCode/bin/Debug/net7.0/ClassLibraryLeetCode.dll
ClassLibraryLeetCode/bin/Debug/net7.0/ClassLibraryLeetCode.pdb
ClassLibraryLeetCode/obj/Debug/net7.0/ClassLibraryLeetCode.dll
ClassLibraryLeetCode/obj/Debug/net7.0/ClassLibraryLeetCode.pdb
ShowCase/bin/Debug/net7.0/ClassLibraryLeetCode.dll
ShowCase/bin/Debug/net7.0/ClassLibraryLeetCode.pdb
ShowCase/obj/Debug/net7.0/ShowCase.csproj.AssemblyReference.cache
ClassLibraryLeetCode/bin/Debug/net7.0/ClassLibraryLeetCode.dll
ClassLibraryLeetCode/bin/Debug/net7.0/ClassLibraryLeetCode.pdb
ClassLibraryLeetCode/obj/Debug/net7.0/ClassLibraryLeetCode.csproj.CoreCompileInputs.cache
ClassLibraryLeetCode/obj/Debug/net7.0/ClassLibraryLeetCode.dll
ClassLibraryLeetCode/obj/Debug/net7.0/ClassLibraryLeetCode.pdb
ClassLibraryLeetCode/obj/Debug/net7.0/ref/ClassLibraryLeetCode.dll
ClassLibraryLeetCode/obj/Debug/net7.0/refint/ClassLibraryLeetCode.dll
ShowCase/Program.cs
ShowCase/bin/Debug/net7.0/ClassLibraryLeetCode.dll
ShowCase/bin/Debug/net7.0/ClassLibraryLeetCode.pdb
ShowCase/bin/Debug/net7.0/ShowCase.dll
ShowCase/bin/Debug/net7.0/ShowCase.pdb
ShowCase/obj/Debug/net7.0/ShowCase.csproj.AssemblyReference.cache
ShowCase/obj/Debug/net7.0/ShowCase.dll
ShowCase/obj/Debug/net7.0/ShowCase.pdb
ShowCase/obj/Debug/net7.0/ref/ShowCase.dll
ShowCase/obj/Debug/net7.0/refint/ShowCase.dll
ClassLibraryProblemSolutions/bin/Debug/net7.0/ClassLibraryProblemSolutions.dll
ClassLibraryProblemSolutions/bin/Debug/net7.0/ClassLibraryProblemSolutions.pdb
ClassLibraryProblemSolutions/obj/Debug/net7.0/ClassLibraryProblemSolutions.csproj.CoreCompileInputs.cache
ClassLibraryProblemSolutions/obj/Debug/net7.0/ClassLibraryProblemSolutions.dll
ClassLibraryProblemSolutions/obj/Debug/net7.0/ClassLibraryProblemSolutions.pdb
ClassLibraryProblemSolutions/obj/Debug/net7.0/ref/ClassLibraryProblemSolutions.dll
ClassLibraryProblemSolutions/obj/Debug/net7.0/refint/ClassLibraryProblemSolutions.dll
ShowCase/bin/Debug/net7.0/ClassLibraryProblemSolutions.dll
ShowCase/bin/Debug/net7.0/ClassLibraryProblemSolutions.pdb
ClassLibraryProblemSolutions/obj/Debug/net7.0/ClassLibraryProblemSolutions.csproj.CoreCompileInputs.cache
ClassLibraryProblemSolutions/obj/Debug/net7.0/ClassLibraryProblemSolutions.dll
ClassLibraryProblemSolutions/obj/Debug/net7.0/ClassLibraryProblemSolutions.pdb
ClassLibraryProblemSolutions/obj/Debug/net7.0/ref/ClassLibraryProblemSolutions.dll
ClassLibraryProblemSolutions/obj/Debug/net7.0/refint/ClassLibraryProblemSolutions.dll
ShowCase/bin/Debug/net7.0/ClassLibraryProblemSolutions.dll
ShowCase/bin/Debug/net7.0/ClassLibraryProblemSolutions.pdb
ClassLibraryProblemSolutions/bin/Debug/net7.0/ClassLibraryProblemSolutions.dll
ClassLibraryProblemSolutions/bin/Debug/net7.0/ClassLibraryProblemSolutions.pdb
#Incomplete Solutions Ignore
ClassLibraryProblemSolutions/LeetCodeSolutions/MergeSortedArrayIncomplete.cs
ClassLibraryProblemSolutions/LeetCodeSolutions/SortAnArrayIncomplete.cs
ClassLibraryProblemSolutions/LeetCodeSolutions/LetterCombinationOfAPhoneNumber.cs