53 lines
514 B
Plaintext
53 lines
514 B
Plaintext
# .NET Core
|
|
bin/
|
|
obj/
|
|
*.user
|
|
*.userosscache
|
|
*.suo
|
|
*.cache
|
|
*.dll
|
|
*.exe
|
|
*.pdb
|
|
*.db
|
|
|
|
# Visual Studio
|
|
.vs/
|
|
*.suo
|
|
*.user
|
|
|
|
# Rider
|
|
.idea/
|
|
|
|
# VS Code
|
|
.vscode/
|
|
|
|
# Environment
|
|
.env
|
|
appsettings.Development.json
|
|
appsettings.Local.json
|
|
|
|
# Build results
|
|
[Dd]ebug/
|
|
[Dd]ebugPublic/
|
|
[Rr]elease/
|
|
[Rr]eleases/
|
|
x64/
|
|
x86/
|
|
build/
|
|
bld/
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
[Oo]ut/
|
|
|
|
# NuGet
|
|
*.nupkg
|
|
**/packages/*
|
|
!**/packages/build/
|
|
|
|
# Test Results
|
|
[Tt]est[Rr]esult*/
|
|
[Bb]uild[Ll]og.*
|
|
|
|
# Entity Framework
|
|
Migrations/*.Designer.cs
|
|
Migrations/*ModelSnapshot.cs |