46 lines
421 B
Plaintext
46 lines
421 B
Plaintext
# Build results
|
|
bin/
|
|
obj/
|
|
out/
|
|
[Bb]uild/
|
|
|
|
|
|
# User-specific files
|
|
*.user
|
|
*.suo
|
|
*.userosscache
|
|
*.sln.docstates
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# OS-specific files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Dotnet specific
|
|
*.dbmdl
|
|
*.jfm
|
|
*.pdb
|
|
*.mdb
|
|
|
|
# NuGet
|
|
*.nupkg
|
|
*.snupkg
|
|
.nuget/
|
|
packages/
|
|
project.lock.json
|
|
project.fragment.lock.json
|
|
|
|
# Rider / JetBrains
|
|
.idea/
|
|
|
|
# Visual Studio (if someone opens in full VS)
|
|
*.VC.db
|
|
*.VC.opendb
|
|
|
|
# Others
|
|
*.swp
|
|
*.bak
|
|
*.tmp
|