Files
sharpemu/.gitignore
T
Dawid 7337683c16 [fixes] stackalloc warnings, consolidate duplicated methods, minor adjustments in project settings (#39)
* [fixes] stackalloc warnings, consolidate duplicated methods

* [fix] remove unnecessary edit in .slnx file
2026-07-10 20:57:46 +03:00

42 lines
402 B
Plaintext

# Copyright (C) 2026 SharpEmu Emulator Project
# SPDX-License-Identifier: GPL-2.0-or-later
[Dd]ebug/
[Rr]elease/
[Bb]in/
[Oo]bj/
[Pp]ublish/
[Aa]rtifacts/
logs/
.tmp/
x86/
x64/
arm64/
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
*.tmp
*.tmp_proj
*.log
*.user
*.suo
*.userosscache
*.sln.docstates
.packages
packages/
*.nupkg
.nuget/
.dotnet-home/
.cache/
.DS_Store
Thumbs.db
Desktop.ini
ehthumbs.db
.vs/