You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
489 B
45 lines
489 B
# .NET Core
|
|
bin/
|
|
obj/
|
|
*.user
|
|
*.userosscache
|
|
*.suo
|
|
*.userprefs
|
|
.vs/
|
|
.vscode/
|
|
*.swp
|
|
*.*~
|
|
project.lock.json
|
|
.DS_Store
|
|
*.pyc
|
|
nupkg/
|
|
|
|
# Visual Studio Code
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
|
|
# 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
|
|
.vs/
|
|
*.ncrunchsolution
|
|
*.ncrunchproject
|
|
*.DotSettings
|
|
*.DotSettings.user
|