30 lines
295 B
Plaintext
30 lines
295 B
Plaintext
# Build outputs
|
|
bin/
|
|
obj/
|
|
out/
|
|
publish/
|
|
|
|
# IDE and local user files
|
|
.vs/
|
|
.vscode/
|
|
*.user
|
|
*.suo
|
|
*.rsuser
|
|
*.userosscache
|
|
*.sln.docstates
|
|
|
|
# Test and coverage output
|
|
TestResults/
|
|
coverage/
|
|
*.coverage
|
|
*.coveragexml
|
|
|
|
# Logs and temporary files
|
|
*.log
|
|
*.tmp
|
|
*.temp
|
|
|
|
# OS metadata
|
|
Thumbs.db
|
|
Desktop.ini
|