-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
28 lines (27 loc) · 937 Bytes
/
.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
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/.vs/Assignment_One
/MediaStorage/obj
/MediaStorage/bin/Debug
*.txt
/MediaPlayerFrontEnd/bin/Debug/net8.0-windows
/MediaPlayerFrontEnd/obj/Debug/net8.0-windows
/MediaPlayerFrontEnd/obj/Release/net8.0-windows
/MediaPlayerFrontEnd/obj
/MediaPlayerDA/.vs
/MediaPlayerDA/bin/Debug
/MediaPlayerDA/obj
/MediaPlayerDA/Sample_Data/Media/Images
/MediaPlayerDA/Sample_Data/Media/Videos
/MediaPlayerBL_Tests/bin/Debug/net8.0-windows
/MediaPlayerBL_Tests/obj/Debug
/MediaPlayerBL_Tests/obj
/MediaPlayerBL/.vs
/MediaPlayerBL/bin/Debug
/MediaPlayerBL/obj/Debug
/MediaPlayerBL/obj/Release
/MediaPlayerBL/obj
/MediaPlayerDA_Tests/bin/Debug/net8.0
/MediaPlayerDA_Tests/Documentation
/MediaPlayerDA_Tests/obj