Update .gitignore

This commit is contained in:
JustArchi 2022-06-04 22:06:01 +02:00
parent 06bfe01087
commit e57cc21b89
No known key found for this signature in database
GPG key ID: 6B138B4C64555AEA

35
.gitignore vendored
View file

@ -18,13 +18,16 @@ ArchiSteamFarm/logs
# Ignore standard out folders for publishing # Ignore standard out folders for publishing
**/out **/out
# JetBrains Rider
.idea/
# _ _ # _ _
# | | (_) _ __ _ _ __ __ # | | (_) _ __ _ _ __ __
# | | | || '_ \ | | | |\ \/ / # | | | || '_ \ | | | |\ \/ /
# | |___ | || | | || |_| | > < # | |___ | || | | || |_| | > <
# |_____||_||_| |_| \__,_|/_/\_\ # |_____||_||_| |_| \__,_|/_/\_\
# #
# https://github.com/github/gitignore/blob/master/Global/Linux.gitignore # https://github.com/github/gitignore/blob/main/Global/Linux.gitignore
# 4f7062e132d7f88e68ab737e64fef872bd3a491f # 4f7062e132d7f88e68ab737e64fef872bd3a491f
*~ *~
@ -47,7 +50,7 @@ ArchiSteamFarm/logs
# | | | | | || (_| || (__ | |_| | ___) | # | | | | | || (_| || (__ | |_| | ___) |
# |_| |_| |_| \__,_| \___| \___/ |____/ # |_| |_| |_| \__,_| \___| \___/ |____/
# #
# https://github.com/github/gitignore/blob/master/Global/macOS.gitignore # https://github.com/github/gitignore/blob/main/Global/macOS.gitignore
# 2bb963b16a1957c865335e53537036c2e97399b5 # 2bb963b16a1957c865335e53537036c2e97399b5
# General # General
@ -84,7 +87,7 @@ Temporary Items
# |_| |_| \___/ |_| |_| \___/ |____/ \___| \_/ \___||_| \___/ | .__/ # |_| |_| \___/ |_| |_| \___/ |____/ \___| \_/ \___||_| \___/ | .__/
# |_| # |_|
# #
# https://github.com/github/gitignore/blob/master/Global/MonoDevelop.gitignore # https://github.com/github/gitignore/blob/main/Global/MonoDevelop.gitignore
# e8b2e1a9cc7c9ca49bb05c20a4c4491b85feba6d # e8b2e1a9cc7c9ca49bb05c20a4c4491b85feba6d
#User Specific #User Specific
@ -102,13 +105,13 @@ test-results/
# \ V / | |\__ \| |_| || (_| || | ___) || |_ | |_| || (_| || || (_) | # \ V / | |\__ \| |_| || (_| || | ___) || |_ | |_| || (_| || || (_) |
# \_/ |_||___/ \__,_| \__,_||_||____/ \__| \__,_| \__,_||_| \___/ # \_/ |_||___/ \__,_| \__,_||_||____/ \__| \__,_| \__,_||_| \___/
# #
# https://github.com/github/gitignore/blob/master/VisualStudio.gitignore # https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
# 888439ee893d0097862f1d510585bd0e3cfd500f # 491040e88a572d300a59484cb78c86c5e944b70a
## Ignore Visual Studio temporary files, build results, and ## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons. ## files generated by popular Visual Studio add-ons.
## ##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore ## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
# User-specific files # User-specific files
*.rsuser *.rsuser
@ -313,9 +316,6 @@ PublishScripts/
*.nuget.props *.nuget.props
*.nuget.targets *.nuget.targets
# Nuget personal access tokens and Credentials
nuget.config
# Microsoft Azure Build Output # Microsoft Azure Build Output
csx/ csx/
*.build.csdef *.build.csdef
@ -404,6 +404,17 @@ node_modules/
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
*.vbw *.vbw
# Visual Studio 6 auto-generated project file (contains which files were open etc.)
*.vbp
# Visual Studio 6 workspace and project file (working project files containing files to include in project)
*.dsw
*.dsp
# Visual Studio 6 technical files
*.ncb
*.aps
# Visual Studio LightSwitch build output # Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts **/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts **/*.DesktopClient/GeneratedArtifacts
@ -460,6 +471,9 @@ ASALocalRun/
# Local History for Visual Studio # Local History for Visual Studio
.localhistory/ .localhistory/
# Visual Studio History (VSHistory) files
.vshistory/
# BeatPulse healthcheck temp database # BeatPulse healthcheck temp database
healthchecksdb healthchecksdb
@ -491,7 +505,6 @@ FodyWeavers.xsd
*.msp *.msp
# JetBrains Rider # JetBrains Rider
.idea/
*.sln.iml *.sln.iml
# __ __ _ _ # __ __ _ _
@ -500,7 +513,7 @@ FodyWeavers.xsd
# \ V V / | || | | || (_| || (_) |\ V V / \__ \ # \ V V / | || | | || (_| || (_) |\ V V / \__ \
# \_/\_/ |_||_| |_| \__,_| \___/ \_/\_/ |___/ # \_/\_/ |_||_| |_| \__,_| \___/ \_/\_/ |___/
# #
# https://github.com/github/gitignore/blob/master/Global/Windows.gitignore # https://github.com/github/gitignore/blob/main/Global/Windows.gitignore
# 5808b77453dec299d4daf8557b05a80be832a5b8 # 5808b77453dec299d4daf8557b05a80be832a5b8
# Windows thumbnail cache files # Windows thumbnail cache files