67 строки
1.2 KiB
Plaintext
67 строки
1.2 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/
|
|
|
|
# Build results
|
|
[Dd]ebug/
|
|
[Dd]ebugPublic/
|
|
[Rr]elease/
|
|
[Rr]eleases/
|
|
x64/
|
|
build/
|
|
bld/
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
docs/api/
|
|
|
|
# Roslyn cache directories
|
|
*.ide/
|
|
|
|
# MSTest test Results
|
|
[Tt]est[Rr]esult*/
|
|
[Bb]uild[Ll]og.*
|
|
|
|
# Visual Studio profiler
|
|
*.psess
|
|
*.vsp
|
|
*.vspx
|
|
|
|
# NuGet Packages
|
|
packages/*
|
|
*.nupkg
|
|
*.nuget.cache
|
|
## TODO: If the tool you use requires repositories.config
|
|
## uncomment the next line
|
|
#!packages/repositories.config
|
|
|
|
# Enable "build/" folder in the NuGet Packages folder since
|
|
# NuGet packages use it for MSBuild targets.
|
|
# This line needs to be after the ignore of the build folder
|
|
# (and the packages folder if the line above has been uncommented)
|
|
!packages/build/
|
|
|
|
# Windows Store app package directory
|
|
AppPackages/
|
|
|
|
# Backup & report files from converting an old project file
|
|
# to a newer Visual Studio version. Backup files are not needed,
|
|
# because we have git ;-)
|
|
_UpgradeReport_Files/
|
|
Backup*/
|
|
UpgradeLog*.XML
|
|
UpgradeLog*.htm
|
|
|
|
# .NET Micro Framework Emulator files and folders
|
|
OnBoardFlash.dat
|
|
OnBoardFlash.dat.smd
|
|
DOTNETMF_FS_EMULATION*/
|
|
|
|
# dnx
|
|
*project.lock.json
|
|
.idea/
|