Initialized from '.NET Core' project template

Template repository: https://gitlab.com/gitlab-org/project-templates/dotnetcore
Commit SHA: ca0b160689347a01246188a7042e2562103d1b5c
This commit is contained in:
GitLab 2023-11-02 17:47:48 +01:00 committed by Achilleas Pipinellis
commit 561881c9aa
8 changed files with 321 additions and 0 deletions

37
.gitignore vendored Normal file
View file

@ -0,0 +1,37 @@
*.swp
*.*~
project.lock.json
.DS_Store
*.pyc
nupkg/
# Visual Studio Code
.vscode
# Rider
.idea
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
build/
bld/
[Bb]in/
[Oo]bj/
[Oo]ut/
msbuild.log
msbuild.err
msbuild.wrn
# Visual Studio 2015
.vs/