40 lines
539 B
Plaintext
40 lines
539 B
Plaintext
|
# Binary garbage
|
||
|
[Bb]in/
|
||
|
[Oo]bj/
|
||
|
|
||
|
# IDE trash
|
||
|
.vs/
|
||
|
.idea/
|
||
|
*.user
|
||
|
*.userosscache
|
||
|
*.sln.docstates
|
||
|
*.suo
|
||
|
|
||
|
# That stupid Windows file
|
||
|
*.DS_Store
|
||
|
Thumbs.db
|
||
|
|
||
|
# Rider's mess
|
||
|
.idea/
|
||
|
*.sln.iml
|
||
|
.idea/**/workspace.xml
|
||
|
|
||
|
# ASP.NET's "secrets" (as if anything Microsoft makes could be secure)
|
||
|
appsettings.*.json
|
||
|
!appsettings.json
|
||
|
!appsettings.Example.json
|
||
|
|
||
|
# MSBuild junk
|
||
|
*.dbmdl
|
||
|
*.jfm
|
||
|
*.pfx
|
||
|
*.publishsettings
|
||
|
|
||
|
# NuGet waste (because apparently one package manager wasn't enough)
|
||
|
*.nupkg
|
||
|
**/packages/*
|
||
|
!**/packages/build/
|
||
|
*.nuget.props
|
||
|
*.nuget.targets
|
||
|
|