147 строки
1.7 KiB
Plaintext
147 строки
1.7 KiB
Plaintext
## Ignore Visual Studio temporary files, build results, and
|
|
## files generated by popular Visual Studio add-ons.
|
|
|
|
# User-specific files
|
|
*.suo
|
|
*.user
|
|
*.sln.docstates
|
|
.vs/
|
|
*.VC.db
|
|
.vscode/innerloop/
|
|
|
|
# GitHub Actions development
|
|
node_modules/
|
|
package.json
|
|
package-lock.json
|
|
|
|
# Build results
|
|
[Aa]rtifacts/
|
|
[Dd]ebug/
|
|
[Rr]elease/
|
|
!eng/[Rr]elease
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
[Pp]ackages/
|
|
x64/
|
|
.dotnet/
|
|
.dotnet-test/
|
|
.packages/
|
|
.tools/
|
|
|
|
# Per-user project properties
|
|
launchSettings.json
|
|
|
|
*_i.c
|
|
*_p.c
|
|
*.ilk
|
|
*.meta
|
|
*.obj
|
|
*.pch
|
|
*.pdb
|
|
*.pgc
|
|
*.pgd
|
|
*.sbr
|
|
*.tlb
|
|
*.tli
|
|
*.tlh
|
|
*.tmp
|
|
*.tmp_proj
|
|
*.log
|
|
*.wrn
|
|
*.vspscc
|
|
*.vssscc
|
|
.builds
|
|
*.pidb
|
|
*.log
|
|
*.scc
|
|
|
|
# Visual C++ cache files
|
|
ipch/
|
|
*.aps
|
|
*.ncb
|
|
*.opensdf
|
|
*.sdf
|
|
*.cachefile
|
|
*.VC.opendb
|
|
|
|
# Visual Studio profiler
|
|
*.psess
|
|
*.vsp
|
|
*.vspx
|
|
|
|
# Guidance Automation Toolkit
|
|
*.gpState
|
|
|
|
# ReSharper is a .NET coding add-in
|
|
_ReSharper*/
|
|
*.[Rr]e[Ss]harper
|
|
|
|
# TeamCity is a build add-in
|
|
_TeamCity*
|
|
|
|
# DotCover is a Code Coverage Tool
|
|
*.dotCover
|
|
|
|
# NCrunch
|
|
*.ncrunch*
|
|
.*crunch*.local.xml
|
|
|
|
# Others
|
|
sql/
|
|
*.Cache
|
|
ClientBin/
|
|
[Ss]tyle[Cc]op.*
|
|
~$*
|
|
*~
|
|
*.dbmdl
|
|
*.[Pp]ublish.xml
|
|
*.pfx
|
|
*.publishsettings
|
|
|
|
# SQL Server files
|
|
App_Data/*.mdf
|
|
App_Data/*.ldf
|
|
|
|
# Azurite folders/files
|
|
**/__*storage__/
|
|
**/__azurite*
|
|
.azurite
|
|
|
|
# Github actions development
|
|
.github/actions/**/node_modules/
|
|
.github/actions/**/package.json
|
|
.github/actions/**/package-lock.json
|
|
|
|
# =========================
|
|
# Windows detritus
|
|
# =========================
|
|
|
|
# Windows image file caches
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
|
|
# Folder config file
|
|
Desktop.ini
|
|
|
|
# Recycle Bin used on file shares
|
|
$RECYCLE.BIN/
|
|
|
|
# Mac desktop service store files
|
|
.DS_Store
|
|
|
|
# SOS stress log
|
|
StressLog.txt
|
|
|
|
# Tracing files
|
|
*.etl
|
|
*.etlx
|
|
*.netperf
|
|
*.nettrace
|
|
*.speedscope.json
|
|
*.csv
|
|
*.gcdump
|
|
*.binlog
|
|
*.pubxml
|
|
**/.idea/
|
|
/dotnet-monitor.dev.sln
|