Add gitignore
This commit is contained in:
commit
7bb0c516f5
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
################################################################################
|
||||||
|
# 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
|
||||||
Loading…
x
Reference in New Issue
Block a user