-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
24 lines (23 loc) · 1.26 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
################################################################################
# Ce fichier .gitignore a été automatiquement créé par Microsoft(R) Visual Studio.
################################################################################
/.vs
/ChiffresLettres/.idea/.idea.ChiffresLettres/.idea
/ChiffresLettres/.vs/ChiffresLettres
/ChiffresLettres/ChiffresLettres.Api/bin/Debug/net5.0
/ChiffresLettres/ChiffresLettres.Api/obj
/ChiffresLettres/ChiffresLettres.Application/bin/Debug/net5.0
/ChiffresLettres/ChiffresLettres.Application/obj
/ChiffresLettres/ChiffresLettres.Application.Tests/bin/Debug/net5.0
/ChiffresLettres/ChiffresLettres.Application.Tests/obj
/ChiffresLettres/ChiffresLettres.Domain/bin/Debug/net5.0
/ChiffresLettres/ChiffresLettres.Domain/obj
/ChiffresLettres/ChiffresLettres.Domain.Tests/bin/Debug/net5.0
/ChiffresLettres/ChiffresLettres.Domain.Tests/obj
/ChiffresLettres/ChiffresLettres.Infra/obj
/ChiffresLettres/ChiffresLettres.Infra.Tests/obj
/ChiffresLettres/ChiffresLettres.sln.DotSettings.user
/ChiffresLettres/ChiffresLettres.Infra/bin/Debug/net5.0
/ChiffresLettres/ChiffresLettres.Infra.Tests/bin/Debug/net5.0
/ChiffresLettres/ChiffresLettres.Domain.Tests/bin/Release/net5.0
/ChiffresLettres/ChiffresLettres.Application.Tests/bin/Release/net5.0