43 lines
404 B
Plaintext
43 lines
404 B
Plaintext
## .NET / Visual Studio
|
|
bin/
|
|
obj/
|
|
.vs/
|
|
*.user
|
|
*.suo
|
|
*.cache
|
|
*.pdb
|
|
*.dll
|
|
*.exe
|
|
!*.exe.config
|
|
|
|
## Build results
|
|
[Dd]ebug/
|
|
[Rr]elease/
|
|
x64/
|
|
x86/
|
|
[Bb]uild/
|
|
bld/
|
|
|
|
## NuGet
|
|
*.nupkg
|
|
**/packages/*
|
|
project.lock.json
|
|
project.fragment.lock.json
|
|
artifacts/
|
|
|
|
## IDE
|
|
.idea/
|
|
*.sln.docstates
|
|
*.rsuser
|
|
|
|
## OS
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
.DS_Store
|
|
|
|
## Test results
|
|
[Tt]est[Rr]esult*/
|
|
[Bb]uild[Ll]og.*
|
|
TestResult.xml
|