ArchiSteamFarm/.gitignore

530 lines
9.9 KiB
Text
Raw Normal View History

2019-01-12 00:52:06 +00:00
# _ ____ _____
# / \ / ___| | ___|
# / _ \ \___ \ | |_
# / ___ \ ___) || _|
# /_/ \_\|____/ |_|
2015-10-28 19:01:43 +00:00
2019-01-12 00:52:06 +00:00
# Ignore all files in custom in-tree config directory (if exists)
2017-02-05 13:32:38 +00:00
ArchiSteamFarm/config
# Ignore private SNK key (if exists)
resources/ArchiSteamFarm.snk
2019-01-12 00:52:06 +00:00
# Ignore local log + debug of development builds
ArchiSteamFarm/log.txt
2017-02-05 13:32:38 +00:00
ArchiSteamFarm/debug
2019-07-27 17:40:18 +00:00
ArchiSteamFarm/logs
2019-01-12 00:52:06 +00:00
# Ignore standard out folders for publishing
**/out
# _ _
# | | (_) _ __ _ _ __ __
# | | | || '_ \ | | | |\ \/ /
# | |___ | || | | || |_| | > <
# |_____||_||_| |_| \__,_|/_/\_\
#
# https://github.com/github/gitignore/blob/master/Global/Linux.gitignore
2021-08-29 23:29:27 +00:00
# 4f7062e132d7f88e68ab737e64fef872bd3a491f
2019-01-12 00:52:06 +00:00
*~
2016-03-20 04:27:30 +00:00
2019-01-12 00:52:06 +00:00
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
2019-01-12 00:52:06 +00:00
# KDE directory preferences
.directory
# Linux trash folder which might appear on any partition or disk
.Trash-*
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
# ___ ____
# _ __ ___ __ _ ___ / _ \ / ___|
# | '_ ` _ \ / _` | / __|| | | |\___ \
# | | | | | || (_| || (__ | |_| | ___) |
# |_| |_| |_| \__,_| \___| \___/ |____/
#
# https://github.com/github/gitignore/blob/master/Global/macOS.gitignore
2021-08-29 23:29:27 +00:00
# 2bb963b16a1957c865335e53537036c2e97399b5
2019-01-12 00:52:06 +00:00
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# __ __ ____ _
# | \/ | ___ _ __ ___ | _ \ ___ __ __ ___ | | ___ _ __
# | |\/| | / _ \ | '_ \ / _ \ | | | | / _ \\ \ / // _ \| | / _ \ | '_ \
# | | | || (_) || | | || (_) || |_| || __/ \ V /| __/| || (_) || |_) |
# |_| |_| \___/ |_| |_| \___/ |____/ \___| \_/ \___||_| \___/ | .__/
# |_|
#
# https://github.com/github/gitignore/blob/master/Global/MonoDevelop.gitignore
2021-08-29 23:29:27 +00:00
# e8b2e1a9cc7c9ca49bb05c20a4c4491b85feba6d
2019-01-12 00:52:06 +00:00
#User Specific
*.userprefs
*.usertasks
#Mono Project Files
*.pidb
*.resources
test-results/
# __ __ _ _ ____ _ _ _
# \ \ / /(_) ___ _ _ __ _ | |/ ___| | |_ _ _ __| |(_) ___
# \ \ / / | |/ __|| | | | / _` || |\___ \ | __|| | | | / _` || | / _ \
# \ V / | |\__ \| |_| || (_| || | ___) || |_ | |_| || (_| || || (_) |
# \_/ |_||___/ \__,_| \__,_||_||____/ \__| \__,_| \__,_||_| \___/
#
# https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
2021-08-29 23:29:27 +00:00
# 888439ee893d0097862f1d510585bd0e3cfd500f
2015-10-25 05:13:34 +00:00
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
2019-01-12 00:52:06 +00:00
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
2015-10-25 05:13:34 +00:00
# User-specific files
2019-01-12 00:52:06 +00:00
*.rsuser
2015-10-25 05:13:34 +00:00
*.suo
*.user
2019-01-12 00:52:06 +00:00
*.userosscache
2015-10-25 05:13:34 +00:00
*.sln.docstates
2019-01-12 00:52:06 +00:00
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
2015-10-25 05:13:34 +00:00
2021-06-21 22:28:00 +00:00
# Mono auto generated files
mono_crash.*
2019-01-12 00:52:06 +00:00
# Build results
2015-10-25 05:13:34 +00:00
[Dd]ebug/
2019-01-12 00:52:06 +00:00
[Dd]ebugPublic/
2015-10-25 05:13:34 +00:00
[Rr]elease/
2019-01-12 00:52:06 +00:00
[Rr]eleases/
2015-10-25 05:13:34 +00:00
x64/
2019-01-12 00:52:06 +00:00
x86/
2021-06-21 22:28:00 +00:00
[Ww][Ii][Nn]32/
2019-01-12 00:52:06 +00:00
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
2015-10-25 05:13:34 +00:00
[Bb]in/
[Oo]bj/
2019-01-12 00:52:06 +00:00
[Ll]og/
2021-06-21 22:28:00 +00:00
[Ll]ogs/
2019-01-12 00:52:06 +00:00
# Visual Studio 2015/2017 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/
# Visual Studio 2017 auto generated files
Generated\ Files/
2015-10-25 05:13:34 +00:00
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
2021-06-21 22:28:00 +00:00
# NUnit
2019-01-12 00:52:06 +00:00
*.VisualState.xml
TestResult.xml
2021-06-21 22:28:00 +00:00
nunit-*.xml
2019-01-12 00:52:06 +00:00
# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c
# Benchmark Results
BenchmarkDotNet.Artifacts/
# .NET Core
project.lock.json
project.fragment.lock.json
artifacts/
2021-06-21 22:28:00 +00:00
# ASP.NET Scaffolding
ScaffoldingReadMe.txt
2019-01-12 00:52:06 +00:00
# StyleCop
StyleCopReport.xml
# Files built by Visual Studio
2015-10-25 05:13:34 +00:00
*_i.c
*_p.c
2019-01-12 00:52:06 +00:00
*_h.h
2015-10-25 05:13:34 +00:00
*.ilk
*.meta
*.obj
2019-01-12 00:52:06 +00:00
*.iobj
2015-10-25 05:13:34 +00:00
*.pch
*.pdb
2019-01-12 00:52:06 +00:00
*.ipdb
2015-10-25 05:13:34 +00:00
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
2019-01-12 00:52:06 +00:00
*_wpftmp.csproj
2015-10-25 05:13:34 +00:00
*.log
2021-06-21 22:28:00 +00:00
*.tlog
2015-10-25 05:13:34 +00:00
*.vspscc
*.vssscc
.builds
*.pidb
2019-01-12 00:52:06 +00:00
*.svclog
2015-10-25 05:13:34 +00:00
*.scc
2019-01-12 00:52:06 +00:00
# Chutzpah Test files
_Chutzpah*
2015-10-25 05:13:34 +00:00
# Visual C++ cache files
ipch/
*.aps
*.ncb
2019-01-12 00:52:06 +00:00
*.opendb
2015-10-25 05:13:34 +00:00
*.opensdf
*.sdf
*.cachefile
2019-01-12 00:52:06 +00:00
*.VC.db
*.VC.VC.opendb
2015-10-25 05:13:34 +00:00
# Visual Studio profiler
*.psess
*.vsp
*.vspx
2019-01-12 00:52:06 +00:00
*.sap
# Visual Studio Trace Files
*.e2e
# TFS 2012 Local Workspace
$tf/
2015-10-25 05:13:34 +00:00
# Guidance Automation Toolkit
*.gpState
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
2019-01-12 00:52:06 +00:00
*.DotSettings.user
2015-10-25 05:13:34 +00:00
# TeamCity is a build add-in
_TeamCity*
# DotCover is a Code Coverage Tool
*.dotCover
2019-01-12 00:52:06 +00:00
# AxoCover is a Code Coverage Tool
.axoCover/*
!.axoCover/settings.json
2021-06-21 22:28:00 +00:00
# Coverlet is a free, cross platform Code Coverage Tool
coverage*.json
coverage*.xml
coverage*.info
2019-01-12 00:52:06 +00:00
# Visual Studio code coverage results
*.coverage
*.coveragexml
2015-10-25 05:13:34 +00:00
# NCrunch
2019-01-12 00:52:06 +00:00
_NCrunch_*
2015-10-25 05:13:34 +00:00
.*crunch*.local.xml
2019-01-12 00:52:06 +00:00
nCrunchTemp_*
# MightyMoose
*.mm.*
AutoTest.Net/
# Web workbench (sass)
.sass-cache/
2015-10-25 05:13:34 +00:00
# Installshield output folder
[Ee]xpress/
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
publish/
# Publish Web Output
2019-01-12 00:52:06 +00:00
*.[Pp]ublish.xml
*.azurePubxml
# Note: Comment the next line if you want to checkin your web deploy settings,
# but database connection strings (with potential passwords) will be unencrypted
2015-10-25 05:13:34 +00:00
*.pubxml
*.publishproj
2019-01-12 00:52:06 +00:00
# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/
# NuGet Packages
*.nupkg
2021-06-21 22:28:00 +00:00
# NuGet Symbol Packages
*.snupkg
2019-01-12 00:52:06 +00:00
# The packages folder can be ignored because of Package Restore
**/[Pp]ackages/*
# except build/, which is used as an MSBuild target.
!**/[Pp]ackages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/[Pp]ackages/repositories.config
# NuGet v3's project.json files produces more ignorable files
*.nuget.props
*.nuget.targets
2021-06-21 22:28:00 +00:00
# Nuget personal access tokens and Credentials
nuget.config
2019-01-12 00:52:06 +00:00
# Microsoft Azure Build Output
csx/
2015-10-25 05:13:34 +00:00
*.build.csdef
2019-01-12 00:52:06 +00:00
# Microsoft Azure Emulator
ecf/
rcf/
# Windows Store app package directories and files
2015-10-25 05:13:34 +00:00
AppPackages/
2019-01-12 00:52:06 +00:00
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt
*.appx
2021-06-21 22:28:00 +00:00
*.appxbundle
*.appxupload
2019-01-12 00:52:06 +00:00
# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!?*.[Cc]ache/
2015-10-25 05:13:34 +00:00
# Others
ClientBin/
~$*
*~
*.dbmdl
2019-01-12 00:52:06 +00:00
*.dbproj.schemaview
*.jfm
2015-10-25 05:13:34 +00:00
*.pfx
*.publishsettings
2019-01-12 00:52:06 +00:00
orleans.codegen.cs
# Including strong name files can present a security risk
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
#*.snk
# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/
2015-10-25 05:13:34 +00:00
# RIA/Silverlight projects
Generated_Code/
2019-01-12 00:52:06 +00:00
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
2015-10-25 05:13:34 +00:00
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
2019-01-12 00:52:06 +00:00
ServiceFabricBackup/
*.rptproj.bak
2015-10-25 05:13:34 +00:00
# SQL Server files
2019-01-12 00:52:06 +00:00
*.mdf
*.ldf
*.ndf
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
*.rptproj.rsuser
2021-06-21 22:28:00 +00:00
*- [Bb]ackup.rdl
*- [Bb]ackup ([0-9]).rdl
*- [Bb]ackup ([0-9][0-9]).rdl
2019-01-12 00:52:06 +00:00
# Microsoft Fakes
FakesAssemblies/
# GhostDoc plugin setting file
*.GhostDoc.xml
# Node.js Tools for Visual Studio
.ntvs_analysis.dat
node_modules/
# Visual Studio 6 build log
*.plg
# Visual Studio 6 workspace options file
*.opt
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
*.vbw
# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions
# Paket dependency manager
.paket/paket.exe
paket-files/
# FAKE - F# Make
.fake/
# CodeRush personal settings
.cr/personal
# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
2015-10-25 05:13:34 +00:00
2019-01-12 00:52:06 +00:00
# Cake - Uncomment if you are using it
# tools/**
# !tools/packages.config
2015-10-25 05:13:34 +00:00
2019-01-12 00:52:06 +00:00
# Tabs Studio
*.tss
# Telerik's JustMock configuration file
*.jmconfig
# BizTalk build output
*.btp.cs
*.btm.cs
*.odx.cs
*.xsd.cs
# OpenCover UI analysis results
OpenCover/
# Azure Stream Analytics local run output
ASALocalRun/
# MSBuild Binary and Structured Log
*.binlog
# NVidia Nsight GPU debugger configuration file
*.nvuser
# MFractors (Xamarin productivity tool) working folder
.mfractor/
# Local History for Visual Studio
.localhistory/
2021-06-21 22:28:00 +00:00
# BeatPulse healthcheck temp database
2019-01-12 00:52:06 +00:00
healthchecksdb
2021-06-21 22:28:00 +00:00
# Backup folder for Package Reference Convert tool in Visual Studio 2017
MigrationBackup/
# Ionide (cross platform F# VS Code tools) working folder
.ionide/
# Fody - auto-generated XML schema
FodyWeavers.xsd
2019-01-12 00:52:06 +00:00
2021-06-21 22:28:00 +00:00
# VS Code files for those working on multiple tools
2019-01-12 00:52:06 +00:00
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
2021-06-21 22:28:00 +00:00
*.code-workspace
# Local History for Visual Studio Code
.history/
# Windows Installer files from build outputs
*.cab
*.msi
*.msix
*.msm
*.msp
# JetBrains Rider
.idea/
*.sln.iml
2019-01-12 00:52:06 +00:00
# __ __ _ _
# \ \ / /(_) _ __ __| | ___ __ __ ___
# \ \ /\ / / | || '_ \ / _` | / _ \\ \ /\ / // __|
# \ V V / | || | | || (_| || (_) |\ V V / \__ \
# \_/\_/ |_||_| |_| \__,_| \___/ \_/\_/ |___/
#
# https://github.com/github/gitignore/blob/master/Global/Windows.gitignore
2021-08-29 23:29:27 +00:00
# 5808b77453dec299d4daf8557b05a80be832a5b8
2019-01-12 00:52:06 +00:00
# Windows thumbnail cache files
2015-10-25 05:13:34 +00:00
Thumbs.db
2021-06-21 22:28:00 +00:00
Thumbs.db:encryptable
2015-10-25 05:13:34 +00:00
ehthumbs.db
2019-01-12 00:52:06 +00:00
ehthumbs_vista.db
# Dump file
*.stackdump
2015-10-25 05:13:34 +00:00
# Folder config file
2019-01-12 00:52:06 +00:00
[Dd]esktop.ini
2015-10-25 05:13:34 +00:00
# Recycle Bin used on file shares
$RECYCLE.BIN/
2019-01-12 00:52:06 +00:00
# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp
# Windows shortcuts
*.lnk