-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
51 lines (50 loc) · 1.89 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
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/Design/PriorityCalendar/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
/Design/PriorityCalendar/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
/Design/PriorityCalendar/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
/Design/PriorityCalendar/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
/Algorithm/Heap/bin/Debug
/Algorithm/Heap/obj/Debug
/Design/ParkingLot/obj/Debug
/Design/PriorityCalendar/obj/Debug
/Design/PriorityCalendar/bin/Debug
/Design/LRUCache/bin/Debug
/Design/LRUCache/obj/Debug
/Design/ParkingLot/bin/Debug
/DataStructures/Graph/bin/Debug
/DataStructures/Graph/obj/Debug
/DataStructures/Heap/obj/Debug
/DataStructures/Heap/bin/Debug
/Design/ParallelTasksProcessor/bin/Debug
/Design/ParallelTasksProcessor/obj/Debug
/DataStructures/PriorityQueue/bin/Debug
/DataStructures/PriorityQueue/obj/Debug
/Design/Elevator/bin/Debug
/Design/Elevator/obj/Debug
/Algorithm/BinaryTree/bin/Debug
/Algorithm/BinaryTree/obj/Debug
/Algorithm/Trees/bin/Debug
/Algorithm/Trees/obj/Debug
/DataStructures/Trees/bin/Debug
/DataStructures/Trees/obj/Debug
/Algorithm/Arrays/bin/Debug
/Algorithm/Arrays/obj/Debug
/Algorithm/Strings/bin/Debug
/Algorithm/Strings/obj/Debug
/Games/bin/Debug
/Games/obj/Debug
/Algorithm/DynamicProgramming/bin/Debug
/Algorithm/DynamicProgramming/obj/Debug
/Algorithm/LeetCode/bin/Debug
/Algorithm/LeetCode/obj/Debug
/Algorithm/Stacks/bin/Debug
/Algorithm/Stacks/obj/Debug
/Algorithm/InterviewCake/bin/Debug
/Algorithm/InterviewCake/obj/Debug
/Algorithm/Queues/bin/Debug
/Algorithm/Queues/obj/Debug
/Algorithm/Tries/bin/Debug
/Algorithm/Tries/obj/Debug
/Algorithm/.vs/Algorithms/v15