14 lines
487 B
Plaintext
14 lines
487 B
Plaintext
################################################################################
|
|
# Diese .gitignore-Datei wurde von Microsoft(R) Visual Studio automatisch erstellt.
|
|
################################################################################
|
|
|
|
/.vs
|
|
/Project.Application/bin/Debug/net8.0
|
|
/Project.Application/obj
|
|
/Project.Domain/bin/Debug/net8.0
|
|
/Project.Domain/obj
|
|
/Project.Infrastructure/bin/Debug/net8.0
|
|
/Project.Infrastructure/obj
|
|
/Project.Web/bin/Debug/net8.0
|
|
/Project.Web/obj
|