2018-11-28 05:06:41 +03:00
|
|
|
syntax: glob
|
|
|
|
|
|
|
|
### VisualStudio ###
|
|
|
|
|
|
|
|
# Tools directory
|
|
|
|
/[Tt]ools/
|
|
|
|
.dotnet/
|
|
|
|
.packages/
|
|
|
|
|
|
|
|
# User-specific files
|
|
|
|
*.suo
|
|
|
|
*.user
|
|
|
|
*.userosscache
|
|
|
|
*.sln.docstates
|
|
|
|
launchSettings.json
|
|
|
|
|
|
|
|
# Build results
|
|
|
|
|
2016-10-14 08:13:56 +03:00
|
|
|
artifacts/
|
2018-11-28 05:06:41 +03:00
|
|
|
[Dd]ebug/
|
|
|
|
[Rr]elease/
|
|
|
|
x64/
|
|
|
|
x86/ !eng/common/cross/x86/
|
|
|
|
[Bb]in/
|
|
|
|
[Oo]bj/
|
|
|
|
msbuild.log
|
|
|
|
msbuild.err
|
|
|
|
msbuild.wrn
|
|
|
|
msbuild.binlog
|
|
|
|
|
|
|
|
# Visual Studio 2015
|
2016-10-14 08:13:56 +03:00
|
|
|
.vs/
|
2018-11-28 05:06:41 +03:00
|
|
|
|
|
|
|
# Visual Studio 2015 Pre-CTP6
|
|
|
|
*.sln.ide
|
|
|
|
*.ide/
|
|
|
|
|
|
|
|
# MSTest test Results
|
|
|
|
[Tt]est[Rr]esult*/
|
|
|
|
[Bb]uild[Ll]og.*
|
|
|
|
|
|
|
|
#NUNIT
|
|
|
|
*.VisualState.xml
|
|
|
|
TestResult.xml
|
|
|
|
|
|
|
|
# ReSharper is a .NET coding add-in
|
|
|
|
_ReSharper*/
|
|
|
|
*.[Rr]e[Ss]harper
|
|
|
|
*.DotSettings.user
|
|
|
|
|
|
|
|
# DotCover is a Code Coverage Tool
|
|
|
|
*.dotCover
|
|
|
|
|
|
|
|
# NuGet Packages
|
|
|
|
*.nuget.props
|
|
|
|
*.nuget.targets
|
|
|
|
*.nupkg
|
|
|
|
**/packages/*
|
|
|
|
|
|
|
|
### Windows ###
|
|
|
|
|
|
|
|
# Windows image file caches
|
|
|
|
Thumbs.db
|
|
|
|
ehthumbs.db
|
|
|
|
|
|
|
|
# Folder config file
|
|
|
|
Desktop.ini
|
|
|
|
|
|
|
|
# Recycle Bin used on file shares
|
|
|
|
$RECYCLE.BIN/
|
|
|
|
|
|
|
|
# Windows Installer files
|
|
|
|
*.cab
|
|
|
|
*.msi
|
|
|
|
*.msm
|
|
|
|
*.msp
|
|
|
|
|
|
|
|
# Windows shortcuts
|
|
|
|
*.lnk
|
|
|
|
|
|
|
|
### Linux ###
|
|
|
|
|
|
|
|
*~
|
|
|
|
|
|
|
|
# KDE directory preferences
|
|
|
|
.directory
|
|
|
|
|
|
|
|
### OSX ###
|
|
|
|
|
|
|
|
.DS_Store
|
|
|
|
.AppleDouble
|
|
|
|
.LSOverride
|
|
|
|
|
|
|
|
# Icon must end with two \r
|
|
|
|
Icon
|
|
|
|
|
|
|
|
# Thumbnails
|
|
|
|
._*
|
|
|
|
|
|
|
|
# Files that might appear on external disk
|
|
|
|
.Spotlight-V100
|
|
|
|
.Trashes
|
|
|
|
|
|
|
|
# Directories potentially created on remote AFP share
|
|
|
|
.AppleDB
|
|
|
|
.AppleDesktop
|
|
|
|
Network Trash Folder
|
|
|
|
Temporary Items
|
|
|
|
.apdisk
|
|
|
|
|
|
|
|
# vim temporary files
|
|
|
|
[._]*.s[a-w][a-z]
|
|
|
|
[._]s[a-w][a-z]
|
|
|
|
*.un~
|
|
|
|
Session.vim
|
|
|
|
.netrwhist
|
|
|
|
*~
|
|
|
|
|
|
|
|
# Visual Studio Code
|
|
|
|
.vscode/
|
|
|
|
|
|
|
|
# Private test configuration and binaries.
|
|
|
|
config.ps1
|
|
|
|
**/IISApplications
|
|
|
|
|
|
|
|
|
|
|
|
# Node.js modules
|
2016-10-14 08:13:56 +03:00
|
|
|
node_modules/
|
2018-11-28 05:06:41 +03:00
|
|
|
|
|
|
|
# Python Compile Outputs
|
2022-02-03 02:09:35 +03:00
|
|
|
*.pyc
|
2018-11-28 05:06:41 +03:00
|
|
|
|
2022-02-03 02:09:35 +03:00
|
|
|
# BenchmarkDotNet
|
|
|
|
BenchmarkDotNet.Artifacts/
|