chore(deps): update actions/checkout action to v4.1.5
[ArchiSteamFarm.git] / .gitignore
blob1eb77d0dc98cf7ec049b8027f16ad87547995587
1 #     _     ____   _____
2 #    / \   / ___| |  ___|
3 #   / _ \  \___ \ | |_
4 #  / ___ \  ___) ||  _|
5 # /_/   \_\|____/ |_|
7 # Ignore all files in custom in-tree config directory (if exists)
8 ArchiSteamFarm/config
10 # Ignore all files in custom in-tree www directory (if exists)
11 ArchiSteamFarm/www
13 # Ignore private SNK key (if exists)
14 resources/ArchiSteamFarm.snk
16 # Ignore local log + debug of development builds
17 ArchiSteamFarm/log.txt
18 ArchiSteamFarm/debug
19 ArchiSteamFarm/logs
21 # Ignore standard out folders for publishing
22 **/out
24 # JetBrains Rider
25 .idea/
27 #  _      _
28 # | |    (_) _ __   _   _ __  __
29 # | |    | || '_ \ | | | |\ \/ /
30 # | |___ | || | | || |_| | >  <
31 # |_____||_||_| |_| \__,_|/_/\_\
33 # https://github.com/github/gitignore/blob/main/Global/Linux.gitignore
34 # 4f7062e132d7f88e68ab737e64fef872bd3a491f
38 # temporary files which can be created if a process still has a handle open of a deleted file
39 .fuse_hidden*
41 # KDE directory preferences
42 .directory
44 # Linux trash folder which might appear on any partition or disk
45 .Trash-*
47 # .nfs files are created when an open file is removed but is still being accessed
48 .nfs*
50 #                           ___   ____
51 #  _ __ ___    __ _   ___  / _ \ / ___|
52 # | '_ ` _ \  / _` | / __|| | | |\___ \
53 # | | | | | || (_| || (__ | |_| | ___) |
54 # |_| |_| |_| \__,_| \___| \___/ |____/
56 # https://github.com/github/gitignore/blob/main/Global/macOS.gitignore
57 # 2bb963b16a1957c865335e53537036c2e97399b5
59 # General
60 .DS_Store
61 .AppleDouble
62 .LSOverride
64 # Icon must end with two \r
65 Icon
67 # Thumbnails
68 ._*
70 # Files that might appear in the root of a volume
71 .DocumentRevisions-V100
72 .fseventsd
73 .Spotlight-V100
74 .TemporaryItems
75 .Trashes
76 .VolumeIcon.icns
77 .com.apple.timemachine.donotpresent
79 # Directories potentially created on remote AFP share
80 .AppleDB
81 .AppleDesktop
82 Network Trash Folder
83 Temporary Items
84 .apdisk
86 #  __  __                       ____                     _
87 # |  \/  |  ___   _ __    ___  |  _ \   ___ __   __ ___ | |  ___   _ __
88 # | |\/| | / _ \ | '_ \  / _ \ | | | | / _ \\ \ / // _ \| | / _ \ | '_ \
89 # | |  | || (_) || | | || (_) || |_| ||  __/ \ V /|  __/| || (_) || |_) |
90 # |_|  |_| \___/ |_| |_| \___/ |____/  \___|  \_/  \___||_| \___/ | .__/
91 #                                                                 |_|
93 # https://github.com/github/gitignore/blob/main/Global/MonoDevelop.gitignore
94 # e8b2e1a9cc7c9ca49bb05c20a4c4491b85feba6d
96 #User Specific
97 *.userprefs
98 *.usertasks
100 #Mono Project Files
101 *.pidb
102 *.resources
103 test-results/
105 # __     __ _                     _  ____   _               _  _
106 # \ \   / /(_) ___  _   _   __ _ | |/ ___| | |_  _   _   __| |(_)  ___
107 #  \ \ / / | |/ __|| | | | / _` || |\___ \ | __|| | | | / _` || | / _ \
108 #   \ V /  | |\__ \| |_| || (_| || | ___) || |_ | |_| || (_| || || (_) |
109 #    \_/   |_||___/ \__,_| \__,_||_||____/  \__| \__,_| \__,_||_| \___/
111 # https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
112 # 491040e88a572d300a59484cb78c86c5e944b70a
114 ## Ignore Visual Studio temporary files, build results, and
115 ## files generated by popular Visual Studio add-ons.
117 ## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
119 # User-specific files
120 *.rsuser
121 *.suo
122 *.user
123 *.userosscache
124 *.sln.docstates
126 # User-specific files (MonoDevelop/Xamarin Studio)
127 *.userprefs
129 # Mono auto generated files
130 mono_crash.*
132 # Build results
133 [Dd]ebug/
134 [Dd]ebugPublic/
135 [Rr]elease/
136 [Rr]eleases/
137 x64/
138 x86/
139 [Ww][Ii][Nn]32/
140 [Aa][Rr][Mm]/
141 [Aa][Rr][Mm]64/
142 bld/
143 [Bb]in/
144 [Oo]bj/
145 [Ll]og/
146 [Ll]ogs/
148 # Visual Studio 2015/2017 cache/options directory
149 .vs/
150 # Uncomment if you have tasks that create the project's static files in wwwroot
151 #wwwroot/
153 # Visual Studio 2017 auto generated files
154 Generated\ Files/
156 # MSTest test Results
157 [Tt]est[Rr]esult*/
158 [Bb]uild[Ll]og.*
160 # NUnit
161 *.VisualState.xml
162 TestResult.xml
163 nunit-*.xml
165 # Build Results of an ATL Project
166 [Dd]ebugPS/
167 [Rr]eleasePS/
168 dlldata.c
170 # Benchmark Results
171 BenchmarkDotNet.Artifacts/
173 # .NET Core
174 project.lock.json
175 project.fragment.lock.json
176 artifacts/
178 # ASP.NET Scaffolding
179 ScaffoldingReadMe.txt
181 # StyleCop
182 StyleCopReport.xml
184 # Files built by Visual Studio
185 *_i.c
186 *_p.c
187 *_h.h
188 *.ilk
189 *.meta
190 *.obj
191 *.iobj
192 *.pch
193 *.pdb
194 *.ipdb
195 *.pgc
196 *.pgd
197 *.rsp
198 *.sbr
199 *.tlb
200 *.tli
201 *.tlh
202 *.tmp
203 *.tmp_proj
204 *_wpftmp.csproj
205 *.log
206 *.tlog
207 *.vspscc
208 *.vssscc
209 .builds
210 *.pidb
211 *.svclog
212 *.scc
214 # Chutzpah Test files
215 _Chutzpah*
217 # Visual C++ cache files
218 ipch/
219 *.aps
220 *.ncb
221 *.opendb
222 *.opensdf
223 *.sdf
224 *.cachefile
225 *.VC.db
226 *.VC.VC.opendb
228 # Visual Studio profiler
229 *.psess
230 *.vsp
231 *.vspx
232 *.sap
234 # Visual Studio Trace Files
235 *.e2e
237 # TFS 2012 Local Workspace
238 $tf/
240 # Guidance Automation Toolkit
241 *.gpState
243 # ReSharper is a .NET coding add-in
244 _ReSharper*/
245 *.[Rr]e[Ss]harper
246 *.DotSettings.user
248 # TeamCity is a build add-in
249 _TeamCity*
251 # DotCover is a Code Coverage Tool
252 *.dotCover
254 # AxoCover is a Code Coverage Tool
255 .axoCover/*
256 !.axoCover/settings.json
258 # Coverlet is a free, cross platform Code Coverage Tool
259 coverage*.json
260 coverage*.xml
261 coverage*.info
263 # Visual Studio code coverage results
264 *.coverage
265 *.coveragexml
267 # NCrunch
268 _NCrunch_*
269 .*crunch*.local.xml
270 nCrunchTemp_*
272 # MightyMoose
273 *.mm.*
274 AutoTest.Net/
276 # Web workbench (sass)
277 .sass-cache/
279 # Installshield output folder
280 [Ee]xpress/
282 # DocProject is a documentation generator add-in
283 DocProject/buildhelp/
284 DocProject/Help/*.HxT
285 DocProject/Help/*.HxC
286 DocProject/Help/*.hhc
287 DocProject/Help/*.hhk
288 DocProject/Help/*.hhp
289 DocProject/Help/Html2
290 DocProject/Help/html
292 # Click-Once directory
293 publish/
295 # Publish Web Output
296 *.[Pp]ublish.xml
297 *.azurePubxml
298 # Note: Comment the next line if you want to checkin your web deploy settings,
299 # but database connection strings (with potential passwords) will be unencrypted
300 *.pubxml
301 *.publishproj
303 # Microsoft Azure Web App publish settings. Comment the next line if you want to
304 # checkin your Azure Web App publish settings, but sensitive information contained
305 # in these scripts will be unencrypted
306 PublishScripts/
308 # NuGet Packages
309 *.nupkg
310 # NuGet Symbol Packages
311 *.snupkg
312 # The packages folder can be ignored because of Package Restore
313 **/[Pp]ackages/*
314 # except build/, which is used as an MSBuild target.
315 !**/[Pp]ackages/build/
316 # Uncomment if necessary however generally it will be regenerated when needed
317 #!**/[Pp]ackages/repositories.config
318 # NuGet v3's project.json files produces more ignorable files
319 *.nuget.props
320 *.nuget.targets
322 # Microsoft Azure Build Output
323 csx/
324 *.build.csdef
326 # Microsoft Azure Emulator
327 ecf/
328 rcf/
330 # Windows Store app package directories and files
331 AppPackages/
332 BundleArtifacts/
333 Package.StoreAssociation.xml
334 _pkginfo.txt
335 *.appx
336 *.appxbundle
337 *.appxupload
339 # Visual Studio cache files
340 # files ending in .cache can be ignored
341 *.[Cc]ache
342 # but keep track of directories ending in .cache
343 !?*.[Cc]ache/
345 # Others
346 ClientBin/
349 *.dbmdl
350 *.dbproj.schemaview
351 *.jfm
352 *.pfx
353 *.publishsettings
354 orleans.codegen.cs
356 # Including strong name files can present a security risk
357 # (https://github.com/github/gitignore/pull/2483#issue-259490424)
358 #*.snk
360 # Since there are multiple workflows, uncomment next line to ignore bower_components
361 # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
362 #bower_components/
364 # RIA/Silverlight projects
365 Generated_Code/
367 # Backup & report files from converting an old project file
368 # to a newer Visual Studio version. Backup files are not needed,
369 # because we have git ;-)
370 _UpgradeReport_Files/
371 Backup*/
372 UpgradeLog*.XML
373 UpgradeLog*.htm
374 ServiceFabricBackup/
375 *.rptproj.bak
377 # SQL Server files
378 *.mdf
379 *.ldf
380 *.ndf
382 # Business Intelligence projects
383 *.rdl.data
384 *.bim.layout
385 *.bim_*.settings
386 *.rptproj.rsuser
387 *- [Bb]ackup.rdl
388 *- [Bb]ackup ([0-9]).rdl
389 *- [Bb]ackup ([0-9][0-9]).rdl
391 # Microsoft Fakes
392 FakesAssemblies/
394 # GhostDoc plugin setting file
395 *.GhostDoc.xml
397 # Node.js Tools for Visual Studio
398 .ntvs_analysis.dat
399 node_modules/
401 # Visual Studio 6 build log
402 *.plg
404 # Visual Studio 6 workspace options file
405 *.opt
407 # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
408 *.vbw
410 # Visual Studio 6 auto-generated project file (contains which files were open etc.)
411 *.vbp
413 # Visual Studio 6 workspace and project file (working project files containing files to include in project)
414 *.dsw
415 *.dsp
417 # Visual Studio 6 technical files
418 *.ncb
419 *.aps
421 # Visual Studio LightSwitch build output
422 **/*.HTMLClient/GeneratedArtifacts
423 **/*.DesktopClient/GeneratedArtifacts
424 **/*.DesktopClient/ModelManifest.xml
425 **/*.Server/GeneratedArtifacts
426 **/*.Server/ModelManifest.xml
427 _Pvt_Extensions
429 # Paket dependency manager
430 .paket/paket.exe
431 paket-files/
433 # FAKE - F# Make
434 .fake/
436 # CodeRush personal settings
437 .cr/personal
439 # Python Tools for Visual Studio (PTVS)
440 __pycache__/
441 *.pyc
443 # Cake - Uncomment if you are using it
444 # tools/**
445 # !tools/packages.config
447 # Tabs Studio
448 *.tss
450 # Telerik's JustMock configuration file
451 *.jmconfig
453 # BizTalk build output
454 *.btp.cs
455 *.btm.cs
456 *.odx.cs
457 *.xsd.cs
459 # OpenCover UI analysis results
460 OpenCover/
462 # Azure Stream Analytics local run output
463 ASALocalRun/
465 # MSBuild Binary and Structured Log
466 *.binlog
468 # NVidia Nsight GPU debugger configuration file
469 *.nvuser
471 # MFractors (Xamarin productivity tool) working folder
472 .mfractor/
474 # Local History for Visual Studio
475 .localhistory/
477 # Visual Studio History (VSHistory) files
478 .vshistory/
480 # BeatPulse healthcheck temp database
481 healthchecksdb
483 # Backup folder for Package Reference Convert tool in Visual Studio 2017
484 MigrationBackup/
486 # Ionide (cross platform F# VS Code tools) working folder
487 .ionide/
489 # Fody - auto-generated XML schema
490 FodyWeavers.xsd
492 # VS Code files for those working on multiple tools
493 .vscode/*
494 !.vscode/settings.json
495 !.vscode/tasks.json
496 !.vscode/launch.json
497 !.vscode/extensions.json
498 *.code-workspace
500 # Local History for Visual Studio Code
501 .history/
503 # Windows Installer files from build outputs
504 *.cab
505 *.msi
506 *.msix
507 *.msm
508 *.msp
510 # JetBrains Rider
511 *.sln.iml
513 # __        __ _             _
514 # \ \      / /(_) _ __    __| |  ___ __      __ ___
515 #  \ \ /\ / / | || '_ \  / _` | / _ \\ \ /\ / // __|
516 #   \ V  V /  | || | | || (_| || (_) |\ V  V / \__ \
517 #    \_/\_/   |_||_| |_| \__,_| \___/  \_/\_/  |___/
519 # https://github.com/github/gitignore/blob/main/Global/Windows.gitignore
520 # 5808b77453dec299d4daf8557b05a80be832a5b8
522 # Windows thumbnail cache files
523 Thumbs.db
524 Thumbs.db:encryptable
525 ehthumbs.db
526 ehthumbs_vista.db
528 # Dump file
529 *.stackdump
531 # Folder config file
532 [Dd]esktop.ini
534 # Recycle Bin used on file shares
535 $RECYCLE.BIN/
537 # Windows Installer files
538 *.cab
539 *.msi
540 *.msix
541 *.msm
542 *.msp
544 # Windows shortcuts
545 *.lnk