GameLauncher/.gitignore
2025-07-16 20:15:42 +05:00

59 lines
688 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Generated by `dotnet new gitignore`
## Ignore build artifacts
[Dd]ebug
[Rr]elease
x64
bin
obj
## Visual Studio files
.suo
.user
.userosscache
.VC.db
.vs
## Visual Studio Code workspace files
.vscode
## Visual Studio profiling
.vspx
.vsp
.psess
## Files from build and test tools
.dll
.exe
.pdb
.cache
.log
## Publish folders
publish
.publishsettings
## Rider
.idea
## JetBrains Rider caches
.idea
## Test results
[Tt]est[Rr]esult
.trx
TestResults
## Backup files
~$
.backup
.tmp
.temp
## Windows generated files
Thumbs.db
Desktop.ini
ehthumbs.db
# Add any additional folders or files you create that shouldnt be tracked.