2023-01-10 04:57:58 +03:00
|
|
|
syntax: glob
|
2018-12-02 03:25:55 +03:00
|
|
|
|
|
|
|
### VisualStudio ###
|
|
|
|
|
|
|
|
# Tools directory
|
|
|
|
/.[Tt]ools/
|
|
|
|
.dotnet/
|
|
|
|
.packages/
|
|
|
|
|
|
|
|
# User-specific files
|
|
|
|
*.suo
|
|
|
|
*.user
|
|
|
|
*.userosscache
|
|
|
|
*.sln.docstates
|
|
|
|
|
|
|
|
# Build results
|
|
|
|
artifacts/
|
|
|
|
[Dd]ebug/
|
|
|
|
[Rr]elease/
|
|
|
|
x64/
|
|
|
|
x86/ !eng/common/cross/x86/
|
|
|
|
[Bb]in/
|
|
|
|
[Oo]bj/
|
|
|
|
msbuild.log
|
|
|
|
msbuild.err
|
|
|
|
msbuild.wrn
|
2019-08-16 20:55:55 +03:00
|
|
|
msbuild.ProjectImports.zip
|
2024-04-04 23:08:17 +03:00
|
|
|
*.binlog
|
|
|
|
*.complog
|
2018-12-02 03:25:55 +03:00
|
|
|
|
|
|
|
# Visual Studio 2015
|
|
|
|
.vs/
|
|
|
|
|
|
|
|
# Visual Studio 2015 Pre-CTP6
|
|
|
|
*.sln.ide
|
|
|
|
*.ide/
|
|
|
|
|
|
|
|
# MSTest test Results
|
|
|
|
[Tt]est[Rr]esult*/
|
|
|
|
[Bb]uild[Ll]og.*
|
|
|
|
|
2020-07-15 23:55:47 +03:00
|
|
|
# NUNIT
|
2018-12-02 03:25:55 +03:00
|
|
|
*.VisualState.xml
|
|
|
|
TestResult.xml
|
|
|
|
|
2020-07-15 23:55:47 +03:00
|
|
|
# Visual Studio Diagnostic Sessions
|
|
|
|
*.diagsession
|
|
|
|
|
2018-12-02 03:25:55 +03:00
|
|
|
# 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/
|
2019-09-13 00:27:54 +03:00
|
|
|
.vscode-test/
|
2018-12-02 03:25:55 +03:00
|
|
|
|
|
|
|
# Private test configuration and binaries.
|
|
|
|
config.ps1
|
|
|
|
**/IISApplications
|
|
|
|
|
|
|
|
# Python Compile Outputs
|
2018-12-19 04:58:02 +03:00
|
|
|
*.pyc
|
2018-12-02 03:25:55 +03:00
|
|
|
|
2018-12-19 04:58:02 +03:00
|
|
|
# Rider
|
2019-09-13 00:06:15 +03:00
|
|
|
.idea/
|
|
|
|
|
|
|
|
# VSCode extension outputs
|
|
|
|
dist/
|
2020-02-11 00:11:43 +03:00
|
|
|
out/
|
|
|
|
|
|
|
|
# Test generated
|
|
|
|
src/Razor/test/OutOfWorkspaceFile.razor
|
2020-07-15 23:55:47 +03:00
|
|
|
|
|
|
|
# Benchmark generated
|
2021-03-12 23:28:35 +03:00
|
|
|
src/Razor/benchmarks/Microsoft.AspNetCore.Razor.Microbenchmarks/BenchmarkDotNet.Artifacts/results/*
|
|
|
|
src/Razor/benchmarks/Microsoft.AspNetCore.Razor.Microbenchmarks/BenchmarkDotNet.Artifacts/*Benchmark.log
|
2020-09-17 05:51:13 +03:00
|
|
|
|
2021-01-20 03:39:07 +03:00
|
|
|
*.svclog
|
2021-02-01 05:20:45 +03:00
|
|
|
|
|
|
|
# Bundled extension assets
|
2021-02-10 02:53:42 +03:00
|
|
|
*.vsix
|
2023-01-17 22:23:34 +03:00
|
|
|
|
|
|
|
# testapp modifications
|
|
|
|
src/Razor/test/testapps/ComponentApp/Components/Pages/Generated.razor
|