Add support for desktop.ini on Windows

This commit is contained in:
Łukasz Domeradzki
2024-09-25 11:59:41 +02:00
parent 2555623064
commit b5f916dbac
4 changed files with 18 additions and 1 deletions

6
.gitattributes vendored
View File

@@ -1,7 +1,11 @@
# Auto detect text files and perform LF normalization
* text=auto
# Unix files that are always LF
*.sh text eol=lf
# Custom for Visual Studio
# Windows files that are always CRLF
[Dd]esktop.ini text eol=crlf
# Diff settings
*.cs diff=csharp

9
.gitignore vendored
View File

@@ -543,3 +543,12 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk
# _ ____ _____
# / \ / ___| | ___|
# / _ \ \___ \ | |_
# / ___ \ ___) || _|
# /_/ \_\|____/ |_|
# Files that could be ignored by above rules, that we want to ship
!ArchiSteamFarm/overlay/**

View File

@@ -0,0 +1,2 @@
[.ShellClassInfo]
IconResource=ArchiSteamFarm.exe,0

View File

@@ -0,0 +1,2 @@
[.ShellClassInfo]
IconResource=ArchiSteamFarm.dll,0