-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
22 lines (21 loc) · 867 Bytes
/
Copy path.gitignore
File metadata and controls
22 lines (21 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
################################################################################
# Данный GITIGNORE-файл был автоматически создан Microsoft(R) Visual Studio.
################################################################################
/Server/Server/obj
/Server/Server/bin/Debug/netcoreapp3.1
/Server/Server.BLL/bin/Debug/netcoreapp3.1
/Server/Server.BLL/obj
/Server/Server.DAL/bin/Debug/netcoreapp3.1
/Server/Server.DAL/obj
/Server/Server.DAL.Interfaces/bin/Debug/netcoreapp3.1
/Server/Server.DAL.Interfaces/obj
/Server/Server.FtpServer/bin/Debug/netcoreapp3.1
/Server/Server.FtpServer/obj
/Server/Server.FtpServer.DTO/obj
/Server/Server.Util/bin/Debug/netcoreapp3.1
/Server/Server.Util/obj
/Server/Server.FtpServer.DTO/bin/Debug/netcoreapp3.1
/Server/.vs/Server
/.vs
/Client/Client/bin/Debug/netcoreapp3.1
/Client/Client/obj